Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'donemler',
		'terms'            => 'gunluk',
		'field'            => 'slug',
	),
);