Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax-curso-de-introducao-ao-myfid-app

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'curso-de-introducao-ao-myfid-app',
		'field'            => 'slug',
	),
);