Write below code line before this <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> line
to exclude unwanted posts categories in
<?php query_posts($query_string . ‘&cat=-4,-5,-11,-12,-13,-16’); ?>
Write below code line before this <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> line
to exclude unwanted posts categories in
<?php query_posts($query_string . ‘&cat=-4,-5,-11,-12,-13,-16’); ?>