".category_description()."";} ?>
>
'
'.__('Pages:', 'webfish_theme_bream').' ', 'after' => '
', 'next_or_number' => 'number')); ?>
Posted in %2$s', 'webfish_theme_bream' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
$show_sep = true; ?>
Tagged %2$s', 'webfish_theme_bream' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
$show_sep = true; ?>
".__("Sorry, but there aren't any posts in the %s category yet.", 'webfish_theme_bream')."", single_cat_title('',false));
} else if ( is_date() ) { // If this is a date archive
echo "
".__("Sorry, but there aren't any posts with this date.", 'webfish_theme_bream')."
";
} else if ( is_author() ) { // If this is a category archive
$userdata = get_userdatabylogin(get_query_var('author_name'));
printf("
".__("Sorry, but there aren't any posts by %s yet.", 'webfish_theme_bream')."
", $userdata->display_name);
} else {
echo("
".__("No posts found.", 'webfish_theme_bream')."
");
}
get_search_form();
endif;
?>