For categories we have: categories__not_in
For tags we have: tags__not_in
For taxonomies we have: ???
How can we achieve the same effect for custom taxonomies?
Thanks guys.
For categories we have: categories__not_in
For tags we have: tags__not_in
For taxonomies we have: ???
How can we achieve the same effect for custom taxonomies?
Thanks guys.
have you looked into the parameter list of the WP_Query docu in the codex?
http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
http://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
You must log in to post.