Display all Posts and only certain Custom Post Types with meta fields
You can’t specify OR or AND on arbitrary WP_Query arguments. Meta and Taxonomy queries let you specify OR or AND for those queries, but other arguments are all combined (post_type is a property of the post, not meta, so a meta query won’t help). Refer to the documentation for each of the possible arguments and … Read more