Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Branch

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'branch',
		'include_children' => true,
	),
	array(
	),
);