Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Teste sNIPPET

Teste Snippet

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'tags',
		'terms'            => 'pizzaria',
		'field'            => 'term_id',
	),
);