Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxonomy Term

$tax_query = array(
	array(
		'taxonomy'         => 'secteur',
		'terms'            => 'automobile-transport',
	),
);