Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

b

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'produktkategorien',
		'terms'            => '$term',
	),
);