Forums

[resolved] Adding posts to only one category (5 posts)

  1. cristianmina
    Member
    Posted 2 years ago #

    I want to make some posts only to a certain category. I don't want the posts to apear on the main page.
    How can I do it?

    Please help me.

    Thank you

  2. MichaelH
    Volunteer
    Posted 2 years ago #

  3. Pixel Ink
    Member
    Posted 2 years ago #

    It really depends on how the theme you are using is set up. The DIY Thesis Theme (I use) allows you to pick just the category you want. It is really worth it to get a pro theme!

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    And it's easy enough to change a theme's template, to something like this to exclude category 9, <?php query_posts($query_string . '&cat=-9'); ?>
    placed before a line similar to <?php if (have_posts()) : ?>, but the plugin is an easy answer for almost any theme.

  5. cristianmina
    Member
    Posted 2 years ago #

    Thank you

Topic Closed

This topic has been closed to new replies.

About this Topic