Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

1

$tax_query = array(
	array(
		'taxonomy'         => 'numeros',
		'terms'            => '7',
	),
);