Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

by cat

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'categoria',
		'terms'            => '$cat_id',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);