Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxquery

Ryter

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'aktuellt', 'uppdrag' ),
	),
	array(
	),
);