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
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
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
thank you very much, and a URL/s to those plugins?
This topic has been closed to new replies.