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...
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...
You must log in to post.