Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

$tax_query = array(
	array(
		'taxonomy'         => 'type-contrat',
		'field'            => 'name',
	),
	array(
		'taxonomy'         => 'type_contrat',
	),
);