WP_Query multiple use of relation and/or
No, meta_query does not support these sorts of complex clauses in a sequence. There are a couple of ways to work around this limitation. One is to filter posts_where_paged and modify the SQL manually. I just spent a couple minutes playing with this option, and it’s not very straightforward – you’ll have to write a … Read more