Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

filter by taxonomy slug

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'in-corso',
		'field'            => 'slug',
	),
);