Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Cat query

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'news', 'altro' ),
		'field'            => 'slug',
	),
);