Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query Featured Yes

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'casiguru_news_single_related_news_featured',
		'value'   => 'Yes',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);