Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

MAP-Tax Featured Query

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'featured',
		'field'            => 'slug',
		'operator'         => 'NOT EXISTS',
	),
);