Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

vehicles

$tax_query = array(
	array(
		'taxonomy'         => 'carclass',
		'terms'            => 'budget-vehicles',
	),
);