'. single_cat_title( '', false ) . '';
echo category_description();
} elseif( is_tag() ) {
echo '
'. single_tag_title('', false) . '
'; } elseif( is_day() ) { echo ''. sprintf(__('Daily Archives: %s', THEME_NS), get_the_date()) . '
'; } elseif( is_month() ) { echo ''. sprintf(__('Monthly Archives: %s', THEME_NS), get_the_date('F Y')) . '
'; } elseif( is_year() ) { echo ''. sprintf(__('Yearly Archives: %s', THEME_NS), get_the_date('Y')) . '
'; } elseif( is_author() ) { the_post(); echo ''.get_avatar(get_the_author_meta('user_email')) . '
';
echo ''. get_the_author() . '
'; $desc = get_the_author_meta('description'); if ($desc) echo '' . $desc . '
';
rewind_posts();
} elseif( isset($_GET['paged']) && !empty($_GET['paged']) ) {
echo '