Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

product tax

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'cvl_listing_type',
		'terms'            => '145',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);