• Resolved kevinjb

    (@kevinjb)


    Hello, the loop in my home.php file looks like:
    <? if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    ...
    <? endwhile; endif;

    What I want to do is exclude all posts in a certain category (say with an ID of 3) from that loop – how do I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude Category From Loop’ is closed to new replies.