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