Help with category exclude
-
I need help to exclude two categories from appearing on my front page. I use this code in index.php:
<?php if ($posts) { foreach($posts as $post) if (is_home() || is_front_page() ) { query_posts("cat=-32,-71"); } { start_wp(); ?>
But it doesn’t work. The codex says it does, but it doesn’t.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help with category exclude’ is closed to new replies.