Shortcode: [sl-gameday-slides]
Display games organized by gameday/matchweek in a sliding carousel format.
Overview
Create an interactive gameday viewer with tabs for each matchweek. Users can navigate between gamedays to see all matches in that round.
Use Cases
- League round/matchweek display
- Tournament group stage navigation
- Round-robin tournament viewer
- Weekly fixture lists
Requirements
Games must have a Game Day value assigned to appear in this shortcode.
Setting Game Day
Each game needs a Game Day number in its settings:
- Edit the game in Sports Leagues > Games
- In the General Info section, find the Game Day field
- Enter the matchweek/round number (e.g.,
1,2,3) - Save the game
Games without a Game Day value will not appear in the GameDay Slides output.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
stage_id | Integer | – | Tournament stage ID (required) |
gameday | Integer/String | – | Active gameday to display initially |
show_team_logo | Integer | 1 | Show team logos: 1 or 0 |
show_game_datetime | Integer | 1 | Show game date/time: 1 or 0 |
show_team_name | Integer | 1 | Show team names: 1 or 0 |
game_layout | String | 'classic' | Layout style: 'classic', 'modern', or 'slim' |
slides_to_show | Integer | 4 | Number of gameday tabs visible at once |
tournament_logo | Integer | 0 | Show tournament logo: 1 or 0 |
Layout Styles
Classic Layout
The default layout with a balanced display of game information.
Modern Layout
Enhanced visual presentation with more prominent team logos and scores.
Slim Layout
Compact horizontal layout ideal for sidebars or space-constrained areas. Shows team logos, abbreviated names, and scores in a single row per game.
Examples
Basic GameDay Carousel
[sl-gameday-slides stage_id="23"]
Show Specific Gameday
[sl-gameday-slides stage_id="23" gameday="5"]
Modern Layout with Tournament Logo
[sl-gameday-slides stage_id="23" game_layout="modern" tournament_logo="1"]
Slim Layout for Sidebars
[sl-gameday-slides stage_id="23" game_layout="slim" slides_to_show="3"]
Minimal Info Display
[sl-gameday-slides stage_id="23" show_game_datetime="0" show_team_name="0" slides_to_show="6"]
Classic Layout – All Options
[sl-gameday-slides stage_id="23" gameday="1" game_layout="classic" slides_to_show="5" show_team_logo="1" show_team_name="1" show_game_datetime="1"]



