Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy_var

Deze gebruiken

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'taxonomy_var',
		'operator'         => 'IN',
		'include_children' => false,
	),
);