%s', 'Bere Elegant'), single_cat_title('', false)); ?>
%s', 'Bere Elegant'), single_tag_title('', false) ); ?>
%s|Daily archive page', 'Bere Elegant'), get_the_time(__('j F Y', 'Bere Elegant'))); ?>
%s|Monthly archive page', 'Bere Elegant'), get_the_time(__('F Y', 'Bere Elegant'))); ?>
".__("Sorry, but there aren't any posts in the %s category yet.", 'Bere Elegant').'', 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.", 'Bere Elegant').'
');
} 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.", 'Bere Elegant')."
", $userdata->display_name);
} else {
echo("
".__('No posts found.', 'Bere Elegant').'
');
}
get_search_form();
endif;
?>