Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress Exclude Category (not working?) Re: WordPress Exclude Category (not working?)

#120413
Minnow990
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/