Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

_is_ns_featured_post

$meta_query = array(
	array(
		'key'     => '_is_ns_featured_post',
		'value'   => 'yes',
	),
);