I am trying to fetch a post based on the following meta keys.
post_code
with432C
location
withXYZ
Both belong to a CPT. I’m trying to fetch the Post with both these meta_values.
I Don’t Want an OR relation, I want a AND relation, I have tried several WP_Query
objects and still haven’t found a solution after hours of looking.