Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

receitas_tax

$receitas_taxonomia = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'categoria-receitas',
		'terms'            => 'oleoginosas',
		'field'            => 'slug',
		'operator'         => 'AND',
	),
);