Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

turma

$tax_query = array(
	array(
		'taxonomy'         => 'Turma',
		'terms'            => 'Módulo Inicial',
		'field'            => 'name',
	),
);