Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Query Taxo Category RSS Ariva DE 1

$tax_query_category_rss_ariva_de = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'rss-ariva-de',
		'field'            => 'slug',
		'include_children' => false,
	),
);