• According to the documentation you can use query_posts (‘cat=-3’) to exclude all of the posts in category 3 from printing on that page; however, it also makes note and has been proven to not exclude it IF the post is also in say category 4.

    Has anyone created a workaround for this?

    TIA!

Viewing 1 replies (of 1 total)
  • Thread Starter nmallory

    (@nmallory)

    Never mind. I figured out that if you use query_posts and then do something like:

    ‘<?php if ( in_category(9) ) { } else { ?>’

    with each post, it works. ??

Viewing 1 replies (of 1 total)
  • The topic ‘query_posts – workaround for excluding when multiple cats?’ is closed to new replies.