Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta query

$meta_query = array(
	array(
		'key'     => 'h_city',
		'value'   => '$city',
	),
	array(
		'key'     => 'h_type',
		'value'   => '$type',
	),
);