Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

solo-docenti-fashion

$tax_query = array(
	array(
		'taxonomy'         => 'employees_category',
		'terms'            => 'fashion-editor',
		'field'            => 'slug',
	),
);