Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

En Categorías

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( '9', '10', '11' ),
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);