• I want posts to show on the homepage but not all of the posts, however I added some categories to my menu and I want the posts I take off the homepage to show on those pages – I’m basically saying I can’t just “make it private” or it won’t show anywhere else on the website either.

    So how can I make a post not show on the homepage, while still showing other posts and keeping the removed posts visible elsewhere?

    If you wanna check us out our link is https://www.thisandthatchats.com

    Thanks in advance for any help.

Viewing 1 replies (of 1 total)
  • You would want to put the posts you want to show all in a category, then use the method described here except use something like this to only include that category:

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

    Replace the number 3 with whatever category number you need.

Viewing 1 replies (of 1 total)
  • The topic ‘Show only certain posts on the homepage’ is closed to new replies.