Exclude category from HP unless post is marked
-
Hi-If I have a category excluded from the Home Page as in code below – what would be the best way to get certain posts from that category that I can mark to the HP ? would I use a custom field somehow? or hidden category? What would the query be?
<?php if (is_home()) { query_posts("cat=-3"); } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude category from HP unless post is marked’ is closed to new replies.