Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_query Kategorie (for Post Snippets)

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => '{Kategorie}',
		'field'            => 'name',
	),
);