Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Brand Featured Query

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'is_featured',
		'compare' => '!=',
		'type'    => 'CHAR',
	),
);