taxonomia tipo
$tax_query = array( array( 'taxonomy' => 'tipo', 'terms' => 'filiacao', 'field' => 'name', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'tipo', 'terms' => 'filiacao', 'field' => 'name', 'include_children' => true, ), );