Exclude Custom Category from Custom Post Type
-
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…
- The topic ‘Exclude Custom Category from Custom Post Type’ is closed to new replies.