Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta_two

$meta_query = array(
	array(
		'key'     => 'rasprodaja',
		'value'   => '1',
		'compare' => '=',
	),
	array(
		'key'     => 'rsorder',
		'value'   => '2',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
);