Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

basic meta query

$meta_query = array(
	array(
		'key'     => 'featured',
		'value'   => 'true',
		'compare' => '=',
	),
	array(
		'key'     => 'temp',
		'value'   => 'temp',
		'compare' => '!=',
	),
);