WP_Tax_Query Generator
$args = array( 'relation' => 'AND', array( 'taxonomy' => 'categoria', 'terms' => array( 'metodo-cis', ' fator-enriquecimento' ), 'field' => 'slug', 'include_children' => false, ), );
$args = array( 'relation' => 'AND', array( 'taxonomy' => 'categoria', 'terms' => array( 'metodo-cis', ' fator-enriquecimento' ), 'field' => 'slug', 'include_children' => false, ), );