Archive of category ""
Dayly archive:
Monthly archive:
Yearly archive:
Author archive
Blog archive
Sorry, but there aren't any posts in the %s category yet.", single_cat_title('',false));
else if (is_date()) // If this is a daily archive
echo("Sorry, but there aren't any posts with this date.
");
else if (is_author()) { // If this is an author archive
get_userdatabylogin(get_query_var('author_name'));
printf("Sorry, but there aren't any posts by %s yet.
", $userdata->display_name);
}
else
echo("No posts found.
");
endif;
?>