How do I, in a wp_query, get all the posts where 2 taxonomies do not have the same values?
for example i have a taxonomy of widths and one of heights and I want to, for one query, pull all the posts that have different values for width and height.
How do I, in a wp_query, get all the posts where 2 taxonomies do not have the same values?
for example i have a taxonomy of widths and one of heights and I want to, for one query, pull all the posts that have different values for width and height.