Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax query example

$tax_query = array(
	array(
		'taxonomy'         => 'toto',
	),
	array(
		'taxonomy'         => 'titi',
	),
);