Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Department

Department

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'department',
		'terms'            => '4',
		'field'            => 'term_id',
	),
);