".category_description()."
";} ?>
>

'

'.__('Pages:', WEBFISH_THEME_NAME.'-theme').' ', 'after' => '

', 'next_or_number' => 'number')); ?>
'); ?>
".__("Sorry, but there aren't any posts in the %s category yet.", WEBFISH_THEME_NAME.'-theme')."", 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_NAME.'-theme')."

"; } 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_NAME.'-theme')."

", $userdata->display_name); } else { echo("

".__("No posts found.", WEBFISH_THEME_NAME.'-theme')."

"); } get_search_form(); endif; ?>