Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

repair query

$repair_query = array(
	array(
		'taxonomy'         => 'repair_sections',
		'terms'            => 'repair_services',
		'include_children' => false,
	),
);