Forums

Exclude Category From Home Page, Display Posts on It's Own Page? (3 posts)

  1. newyorkcity
    Member
    Posted 3 months ago #

    I created a new category with the ID of 57, how do I exclude this category from the homepage/blog and then list the posts from this category on its own page?

  2. Danny de Haan
    Member
    Posted 3 months ago #

    You can use the category__not_in attribute in your WP_Query. See http://codex.wordpress.org/Class_Reference/WP_Query#Category_Parameters

  3. newyorkcity
    Member
    Posted 3 months ago #

    hmm.. after lokoing im still not sure how to do this..

    so i would do:
    $query = new WP_Query( array( 'category__not_in' => array( 57 ) ) );

    ?

Reply

You must log in to post.

About this Topic