• using the in_category condition from the codex I am able to get one category excluded. However, I want two categories excluded.

    Any tips on excluding two (or more) categories from the index page? (The codex is great if you want to do anything ONCE. It lacks help if you want to do things more than once.)

    (I’m currently using this: <?php if ( !(in_category('3')) ) { ?> and the end php tag.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘exclude multiple categories from index page’ is closed to new replies.