Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax query aula-gratis

post_tag aula-gratis

$tax_query = array(
	array(
		'taxonomy'         => 'post_tag',
		'terms'            => 'aula-gratis',
		'field'            => 'slug',
	),
);