Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

dxb-international

$meta_query = array(
	array(
		'key'     => 'ip_pcity',
		'value'   => '29967',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'ip_type',
		'value'   => 'Apartment',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'ip_price',
		'value'   => '(0,500000)',
		'compare' => 'BETWEEN',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'ip_bedrooms',
		'value'   => '4',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);