It can sometimes come in handy to exclude specific categories from being displayed.
<?php query_posts('cat=-2'); ?> <?php while (have_posts()) : the_post(); ?> //the loop here <?php endwhile;?>
It can sometimes come in handy to exclude specific categories from being displayed.
<?php query_posts('cat=-2'); ?> <?php while (have_posts()) : the_post(); ?> //the loop here <?php endwhile;?>
Powered by WordPress & Theme by Anders Norén