Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Adar44

$tax_query = array(
	array(
		'taxonomy'         => 'metiers',
		'terms'            => array( 'metier-1', 'metier-2' ),
		'field'            => 'slug',
		'include_children' => false,
	),
	array(
		'taxonomy'         => 'localisations',
		'terms'            => 'localisation-1',
	),
);