Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

a

a

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'type',
		'terms'            => 'Exclusive Property',
	),
);