Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

universitaten

$tax_query = array(
	array(
		'taxonomy'         => 'hochschultyp',
		'terms'            => 'universitaten',
		'field'            => 'slug',
		'operator'         => 'IN',
		'include_children' => true,
	),
);