WordPress Query where meta field is not set / doesn’t exist

By North Street, A Creative Studio

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.

More Notes

Photo of Tom Conlon

CEO Tom Conlon in Conversation with Chris White

Designing for Interaction: How Animated Prototypes Revolutionize Website Development

man with arms folded in front of blue city background

Team Spotlight: Cristian Sánchez, Lead Developer