Retrieving Posts from a Particular Category

Published On December 2, 2007
24 Comments Leave a Comment

Hacking WordPress

Many people have asked me how to show posts on their homepage only from a particular category or categories. So here is a simple and quick solution for doing this.

Getting Posts from a Single Category

Go and open your index.php file from your theme folder. Now search for this string :-

Now just below this line, add the following piece of code:-

The above code will display posts only from the category called “General” on your home page. You can change this to any of your category names.

Getting Posts from more than one Category

In another case, if you want to show posts from more than one category (for example “General” and “Graphics”), you will have to use the category IDs and the code will be written like this:-

In the above example, I have assumed that the category ID for “General” is 1 and for “Graphics” its 2. You can get the ID for your categories by going to Manage->Categories in your wp-admin.

Excluding Posts from certain Categories

And if you want WordPress the exclude posts from some category, just put the “-” (minus) sign in front of the category ID like this:-

The above code will show all the posts on your home page except from the categories with ID 1 and 2.

I hope this is helpful for everyone.

24 replies on “Retrieving Posts from a Particular Category”

Anne Armel Reply

I have learn some excellent stuff here. Definitely worth bookmarking for revisiting. I wonder how a lot attempt you put to create this type of wonderful informative web site.

my blog Reply

Not long ago i found your blog and have been looking at together. I have seen several unusual feedback, nevertheless generally I’ve got to agree with what are the additional commenters are generally writing. With the amount of greatgreat testimonials of this weblog, I figured that i also need to start along with advise you that I enjoyed scanning this your articles. Therefore i think this would help to make my 1st opinion: “I consider you have produced a few truly intriguing items. Very few men and women would actually think about it the way you only did. Now i’m actually impressed that there are a great deal about this topic that have been discovered and also you made it happen consequently well, with a great deal class!inch

Boloindia Reply

I am not a coder but it sure helped me in a way. Now i excluded some category posts on my website and it looks stunning. 🙂 Thanks by the way i liked the BIG NEWS theme. Don’t have money to buy at the moment surely will add it to my collection soon… chao

Molli Reply

Thank you so much for this. I’ll be bookmarking it for future reference for a band’s website I’m putting together. This little tip will come in extrememly handy, I think. Thanks again for posting it.

moDesignz Reply

hi…I need to be able to display a sort of “featured design” section on the front page of my website.

I was thinking maybe I put a code that shows the latest post which is taking out the codes for the title, meta data and content out of the loop and putting them alone to show only one post which is the latest. I want to do this for a particular category and add a post to that category everytime I want to suggest a featured design.

But I also want to hide it. I mean hide the category with the “featured designs” so that it doesn’t appear in the nav

Emir Reply

Hi, I was wondering is it possible to show some unique content on specific post? Let’s say I have only 5 posts where I want to add some content but not anywhere else.. Possible??
Thanks!

Leave a Reply to moDesignz Cancel reply

Your email address will not be published. Required fields are marked *