If, for whatever reason, you don’t want certain categories to be displayed, paste this code into The Loop. Note – Replace “6″ with the number corresponding to the category you want to block.
<?php if ( have_posts() ) : query_posts($query_string .'&cat=-6'); while ( have_posts() ) : the_post(); ?>

