Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Featured Posts

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