Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'artist_category',
		'terms'            => 'nederland',
		'field'            => 'name',
	),
);