Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

notfeatured

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_is_ns_featured_post',
		'value'   => 'yes',
		'compare' => 'NOT EXISTS',
	),
);