Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

air-cooled

$tax_query = array(
	array(
		'taxonomy'         => 'csc_product_type',
		'terms'            => 'air-cooled',
	),
);