Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

HRI department/oniair

$tax_query = array(
	array(
		'taxonomy'         => 'department',
		'terms'            => '16',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);