Home › Forums › Other › WordPress Exclude Category (not working?) › Re: WordPress Exclude Category (not working?)
January 9, 2013 at 12:53 pm
#120413
Member
I also tried this earlier today:
$loop = new WP_Query( $args.’&cat=-234′ );
but there was no luck there either. I tried using tag_id as well, and I’ve been looking at all the arguments here to find an alternative, but to no avail: http://www.billerickson.net/code/wp_query-arguments/