Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Featured Post Tax Query

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