Tax Model
Include children
$tax_query = array( array( 'taxonomy' => 'portfolio_category', 'terms' => array( 'nome', 'nome1' ), 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );
Include children
$tax_query = array( array( 'taxonomy' => 'portfolio_category', 'terms' => array( 'nome', 'nome1' ), 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );