<?php query_posts('paged=$paged'); while (have_posts()) : the_post(); ?>
How can I exclude category 2 from that? I've tried the cat=-1. Can't get it too work.
Thanks.
<?php query_posts('paged=$paged'); while (have_posts()) : the_post(); ?>
How can I exclude category 2 from that? I've tried the cat=-1. Can't get it too work.
Thanks.