Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Categoria de Notícias – Slug

$noticias = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => 'centro-qualifica',
		'field'            => 'slug',
	),
);