• How do you have only one category appear on the home page? I have like 5 categories, but all i want is my (the feed) category to show up on the home page… how do you do that, and please be easy, and noob friendly 🙂

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Two ways

    1. add this before your loop in your theme’s index.php

    <?php query_posts($query_string . '&cat=3'); ?>

    2. use a plugin such as Custom Query String Reloaded or Advanced Category Excluder

    Thread Starter themacfeed

    (@themacfeed)

    thank you very much, and a URL/s to those plugins?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you have only one category appear on the home page…’ is closed to new replies.