Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

KW Snippet Taxonomies

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'internacional',
		'field'            => 'slug',
		'include_children' => false,
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => 'nacional',
		'field'            => 'slug',
		'include_children' => false,
	),
);