Display a compact list of tournaments with logos and country flags. Perfect for tournament navigation menus, league selectors, and competition grids.
Output Example

Use Cases
- Tournament navigation menu in sidebars or headers
- League selector for multi-competition sites
- Competition grid on homepage or archive pages
- Season tournament list with visual branding
Shortcode Builder
The easiest way to create this shortcode is through the Shortcode Builder. Navigate to Sports Leagues > Shortcode Builder and select “Tournament List Mini” from the dropdown.

Parameters
Filter Options
| Parameter | Default | Description |
|---|---|---|
season_ids | – | Filter by season ID(s). Comma-separated for multiple. |
league_ids | – | Filter by league ID(s). Comma-separated for multiple. |
exclude_ids | – | Exclude specific tournament ID(s). Comma-separated for multiple. |
include_ids | – | Include only these tournament ID(s). Comma-separated for multiple. |
Display Options
| Parameter | Default | Description |
|---|---|---|
group_by | none | Group tournaments by country. Options: empty (no grouping) or country |
display | Tournament | What name to display. Options: empty (Tournament name), league, or league_season |
show_logo | yes | Show tournament logo. Options: yes or empty (no) |
show_flag | big | Show country flag (when grouped). Options: big, small, or empty (no) |
show_flag_before | – | Show flag before each tournament. Options: big, small, or empty (no) |
Examples
Basic Tournament List
Display all tournaments from specific leagues:
[sl-tournament-list-mini league_ids="5,6,7"]
Season Tournaments with Logos
Show all tournaments for the 2024 season with logos and large flags:
[sl-tournament-list-mini season_ids="2024" show_logo="yes" show_flag="big"]
Specific Tournaments Only
Display only selected tournaments without flags:
[sl-tournament-list-mini include_ids="12,15,18,22" show_flag=""]
Grouped by Country
Group tournaments by country and display league names instead of tournament names:
[sl-tournament-list-mini season_ids="2024" group_by="country" display="league" show_flag="big"]
Display as League + Season
Show league name with season for each tournament:
[sl-tournament-list-mini league_ids="5" display="league_season" show_logo="yes"]
Exclude Certain Tournaments
Show all tournaments from a league except specific ones:
[sl-tournament-list-mini league_ids="5" exclude_ids="45,46"]
Tip
Use the Shortcode Builder to visually configure these options and preview the output before copying the shortcode to your page.
Related
- Shortcode Builder – Visual tool for creating shortcodes
- Calendar Slider – Tournament schedule display