Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

featured post

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