Forums

Exclude Custom Category from Custom Post Type (1 post)

  1. hoss9009
    Member
    Posted 12 months ago #

    I'm using WP_Query and I don't know how to exclude a category from the loop.
    Here's my loop:

    <?php $loop = new WP_Query( array( 'post_type' => 'news', 'posts_per_page' => 5 ) ); ?>

    Thoughts?

    Thanks, in advanced...

Reply

You must log in to post.

About this Topic

Tags