From a73be47214e7c010b2b9a66fa70da425ec7a4c5c Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 15 Jun 2009 22:32:41 -0400 Subject: [PATCH] (frumph) This will show all blogposts from any category except the which allows users to choose and have any number of different blog categories --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 62beae4..a342126 100644 --- a/index.php +++ b/index.php @@ -53,8 +53,8 @@ - query('showposts='.$blog_postcount.'&cat='.$blogcat.'&paged='.$paged); - while ($wp_query->have_posts()) : $wp_query->the_post() ?> + query('showposts='.$blog_postcount.'&cat=-'.$comiccat.'&paged='.$paged); + while ($wp_query->have_posts()) : $wp_query->the_post() ?>