diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/seoblogsystem/archive.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/seoblogsystem/archive.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,91 @@ + + + + + + + +

Archive for the ‘’ Category

+ +

Posts Tagged ‘

+ +

Archive for

+ +

Archive for

+ +

Archive for

+ +

Author Archive

+ +

Blog Archives

+ + + + + +
id="post-" style=" float: none;"> +
+
+ +
+ + +
+ + +

+ +
+ posted by +
+ +
+ +
+
+ + '); ?> +
+ + + + +
+
+
+ + + + + + + Sorry, but there aren't any posts in the %s category yet.", 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.

"); + } 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.

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

No posts found.

"); + } + get_search_form(); + + endif; + ?> + + + \ No newline at end of file