From ec9ee88c2d44dbf69d9dc582bfe46e0d14fc2cdf Mon Sep 17 00:00:00 2001 From: Dion Hulse 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: https://develop.svn.wordpress.org/trunk@13218 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 @@ + +
+

+
+

+ +
+
+ +
>