Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Truck Taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'truck-category',
		'terms'            => '1',
		'field'            => 'term_id',
		'include_children' => false,
	),
);