Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

teman

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'tema',
		'terms'            => '140',
	),
	array(
		'taxonomy'         => 'programformat',
		'terms'            => '41',
	),
);