Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Beta Elements for Zion – Tax Query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'projects_taxonomy',
		'terms'            => 'alles',
		'include_children' => true,
	),
);