Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

featured_program

$featured_programs = array(
	'relation' => 'AND',
	array(
		'key'     => 'featured_program',
		'value'   => '1',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);