Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Categories

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'uno', ' 2', ' 3', '' ),
	),
);