Organize teams into conferences and divisions for complex tournament structures like NFL, NBA, or regional group play.
User benefit: Build professional multi-tier league structures with hierarchical standingsβconferences contain divisions, divisions contain teams.

π― Example Structure
Here’s how a typical conference/division structure looks:
Tournament
βββ Eastern Conference
β βββ Atlantic Division (5 teams)
β βββ Central Division (5 teams)
βββ Western Conference
βββ Pacific Division (5 teams)
βββ Mountain Division (5 teams)
π Setup Steps
Step 1: Add Teams to Tournament Group
- Open your Tournament for editing
- In the tournament settings, ensure teams are assigned to the tournament
- Save the tournament
Step 2: Create Conference & Division Structure
- Scroll to the Conferences and Divisions metabox at the bottom of the tournament edit page
- Click Add Conference to create your first conference (e.g., “Eastern Conference”)
- Within each conference, add divisions as needed
- Repeat for additional conferences
- Save the tournament
Step 3: Assign Teams in Standing Table
- Open your Standing Table for editing
- Find the Conferences and Divisions metabox
- Activate division support by toggling the option
- Assign each team to the proper division and conference
- Save the standing

Display Options
Standings with Conference Headers
When properly configured, standings display with:
- Conference headers above division sections
- Teams grouped under their division
- Visual separation between groups
Shortcode Filtering
Show only a specific conference or division using the partition parameter:
Show only Eastern Conference:
[sl-standing standing_id="123" partition="Eastern Conference"]
Show only Atlantic Division:
[sl-standing standing_id="123" partition="Atlantic Division"]
Tip
The partition value must exactly match the conference or division name you created, including capitalization.
Common Configurations
| League Style | Conferences | Divisions per Conf | Teams per Div |
|---|---|---|---|
| NFL | 2 (AFC, NFC) | 4 | 4 |
| NBA | 2 (East, West) | 3 | 5 |
| World Cup Groups | 8 Groups | β | 4 |
| College | 2β4 | 2 | 6β8 |
π Troubleshooting
Structure doesn’t appear in standings
- Verify conferences are saved on the Tournament post
- Refresh the Standing edit page to load the new structure
- Clear browser cache if changes don’t appear
Teams showing in wrong divisions
- Check team assignment in the Standing Table edit page
- Recalculate standing after making changes
Conferences/divisions not showing in Standing metabox
- Ensure the Standing is linked to the correct Tournament
- Verify conferences were saved on the Tournament first
- Save the Tournament, then refresh the Standing edit page

