Forums

How do I post everything except a certain category (2 posts)

  1. therealaro
    Member
    Posted 1 year ago #

    I posted a category on a certain page, I don't need it showing on the home page how could I stop that?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    try and add a query before the loop:

    http://codex.wordpress.org/Function_Reference/query_posts#Usage_Note
    http://codex.wordpress.org/Function_Reference/query_posts#Category_Parameters

    global $query_string;
    query_posts( $query_string . "&cat=-7" );

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.