excluding posts on main page
-
Hello, I’m trying to exclude a category of posts from the main page but the code doesn’t seem to work.
<?php if ( is_home() ) { query_posts($query_string . '&cat=-3'); } ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>... etc.
I’m not sure what I’m doing wrong. :S
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘excluding posts on main page’ is closed to new replies.