From c402ed54bb0a5713cdbea589d9d3023d5280f862 Mon Sep 17 00:00:00 2001 From: dd32 Date: Fri, 19 Feb 2010 10:41:15 +0000 Subject: [PATCH] Remove Unneeded the_post/rewind_posts() calls, Add a "No posts for this archive" type message to the loop. See #9015 git-svn-id: http://svn.automattic.com/wordpress/trunk@13218 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/category.php | 4 ---- wp-content/themes/twentyten/loop.php | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyten/category.php b/wp-content/themes/twentyten/category.php index 8b72a1ac43..68aef76ee0 100644 --- a/wp-content/themes/twentyten/category.php +++ b/wp-content/themes/twentyten/category.php @@ -3,13 +3,9 @@
- -

' . $categorydesc . '
' ); ?> - -
diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php index 0bda3a0cf8..056bcc4d89 100644 --- a/wp-content/themes/twentyten/loop.php +++ b/wp-content/themes/twentyten/loop.php @@ -5,6 +5,16 @@ + +
+

+
+

+ +
+
+ +
>