Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

jolicoeur service

$tax_query = array(
	array(
		'taxonomy'         => 'type-services',
		'terms'            => 'services-aux-particuliers',
		'field'            => 'slug',
	),
);