Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxonomy 1

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'allat_statusz',
		'terms'            => 'kiadva',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'allat_statusz',
		'terms'            => 'elhullott',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'allat_statusz',
		'terms'            => 'elaltatva',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'allat_statusz',
		'terms'            => 'megorzes',
		'field'            => 'slug',
	),
);