Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxonomie Domaines

Site Berth.

$tax_query = array(
	array(
		'taxonomy'         => 'domaines',
		'terms'            => 'droit',
		'field'            => 'slug',
	),
);