Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax query menús primero

$tax_query = array(
	array(
		'taxonomy'         => 'category_menus',
		'terms'            => 'primero',
	),
);