Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Featured post field

Get featured posts based off the post meta field _featuredPost_field

$featured_meta = array(
	array(
		'key'     => '_featuredPost_field',
		'value'   => '1',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);