Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

featured_project

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'featured_project',
		'value'   => 'yes',
		'compare' => '=',
	),
);