Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Article>Category>Department

$tax_query = array(
	array(
		'taxonomy'         => 'article_category',
		'terms'            => 'department',
		'field'            => 'slug',
	),
);