Exclude a Category from the Loop
-
I’ve searched the forums and can’t quite seem to get what I need…
I’m trying to exclude just one category from the loop. I put
<?php query_posts('cat=-8'); ?>
right before<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
The problem is that when I go to one of my categories, all posts are displayed no matter what category. Here’s link to my loop.php (modified from the Twenty Ten Theme) Pasebin Link
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Exclude a Category from the Loop’ is closed to new replies.