diff --git a/templates/team-lists.php b/templates/team-lists.php index 27acb589..2337223e 100644 --- a/templates/team-lists.php +++ b/templates/team-lists.php @@ -22,7 +22,7 @@ foreach ( $lists as $list ) : $id = $list->ID; $grouping = get_post_meta( $id, 'sp_grouping', true ); - if ( $grouping == 0 && sizeof( $lists ) > 1 ) : + if ( $grouping == 'position' && sizeof( $lists ) > 1 ) : ?>