[ad_1]
[ad_2]
I am using Oxygen Editor for my WP blog. It allows running a wp_query with its feature called "Easy Posts". This image has my setup. I am trying to add another filter here: exclude posts where a custom field key/value of "interim" is 1.
How do I get that added here? I tried checking out a lot of tutorials, but could not find an answer.

I tried it before, but never managed to do it with that query builder, because you need to add another level of parameters, so I used the custom query with something like this:
`post_type=post&meta_query%5B0%5D%5Bkey%5D=interim&meta_query%5B0%5D%5Bvalue%5D=1&meta_query%5B0%5D%5Bcompare%5D==&posts_per_page=6&no_found_rows=true`
Hope it helps!