Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

property_fetures

$tax_query = array(
	array(
		'taxonomy'         => 'property_fetures',
		'terms'            => '85',
		'field'            => 'term_id',
	),
);