Top

markoburns on "Exclude category from HP unless post is marked"

May 25, 2010 by  

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");
   }
?>
Share

Comments

Facebook comments:

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





*
Bottom