🎯 Need Help?

Get Premium Support

Priority assistance from the developer

More from ANWP

Football Leagues Premium

Complete football/soccer league management for WordPress

Learn more →

Tournament List Mini Shortcode

Pro Feature

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

ParameterDefaultDescription
season_idsFilter by season ID(s). Comma-separated for multiple.
league_idsFilter by league ID(s). Comma-separated for multiple.
exclude_idsExclude specific tournament ID(s). Comma-separated for multiple.
include_idsInclude only these tournament ID(s). Comma-separated for multiple.

Display Options

ParameterDefaultDescription
group_bynoneGroup tournaments by country. Options: empty (no grouping) or country
displayTournamentWhat name to display. Options: empty (Tournament name), league, or league_season
show_logoyesShow tournament logo. Options: yes or empty (no)
show_flagbigShow country flag (when grouped). Options: big, small, or empty (no)
show_flag_beforeShow 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