Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category projects

categorias de proyectos recap

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'minus-100kw', ' more-1mw', ' 100kw-to-1mw' ),
	),
);