Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

BASIC Tax query

$tax_query = array(
	array(
		'taxonomy'         => 'paper_theme',
		'terms'            => 'psychologie-fr',
	),
);