diff --git a/templates/team-lists.php b/templates/team-lists.php index 369aca5a..f0bef69f 100644 --- a/templates/team-lists.php +++ b/templates/team-lists.php @@ -17,8 +17,9 @@ $lists = $team->lists(); foreach ( $lists as $list ): $id = $list->ID; + $grouping = get_post_meta( $id, 'sp_grouping', true ); - if ( $id && sizeof( $lists ) > 1 ): + if ( $grouping !== 'position' && sizeof( $lists ) > 1 ): ?>