• Resolved markoburns

    (@markoburns)


    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)
  • If you’re excluding an entire category from your home page, you don’t be able to pull posts from that category back in again with the same query. You’ll need a second Loop.

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude category from HP unless post is marked’ is closed to new replies.