Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

rws_featured_post

$meta_query = array(
	array(
		'key'     => 'rws_featured_post',
		'value'   => '1',
		'compare' => '=',
	),
);