Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query_tax_formation

$dentiste_query = array(
	array(
		'taxonomy'         => 'Pour dentiste',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);