WordPress Query where meta field is not set / doesn’t exist
Sometimes you need to search for a meta field that doesn’t yet exist. If that’s the case, this is the secret:
'meta_query' => array( 'relation' => 'AND', array( 'key' => 'resource_type', 'value' => '', // empty field required! 'compare' => 'NOT EXISTS' // works! ), )
http://wordpress.stackexchange.com/questions/80303/query-all-posts-where-a-meta-key-does-not-exist
About north street
We engineer the thoughtful transformation of great organizations. Our proven process helps us understand what your competitors are doing right — and wrong. Want to learn more? Let’s chat.