Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_query_sorteos

$tax_query_sorteos = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'sorteo',
		'terms'            => '3',
		'field'            => 'term_id',
		'operator'         => 'AND',
		'include_children' => false,
	),
);