Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Consulta categoria

Esta taxonomía se usa para consultar una categoría en general

$tax_query = array(
	array(
		'terms'            => 'Noticia principal',
		'field'            => 'name',
	),
);