Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

lieu

$tax_query = array(
	array(
		'taxonomy'         => 'lieu',
		'terms'            => 'vienne',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);