Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WP Query

$meta_query = array(
	array(
		'key'     => 'type_featured',
		'value'   => 'featured',
		'compare' => '=',
	),
);