Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax query “themen”

$tax_themen = array(
	array(
		'taxonomy'         => 'themen',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => false,
	),
);