Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Term Cat Project

// WP_Term_Query arguments
$args = array(
	'taxonomy'               => array( 'categories' ),
	'slug'                   => array( 'dm-corporativo' ),
);

// The Term Query
$termCatProject = new WP_Term_Query( $args );