Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxr

$tax_query = array(
	array(
		'taxonomy'         => 'property_city',
		'terms'            => 'ban-chang',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'property_city',
		'terms'            => 'ban-kruat',
		'field'            => 'slug',
	),
);