🎯 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 →

GameDay Slides Shortcode

Pro Feature

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:

  1. Edit the game in Sports Leagues > Games
  2. In the General Info section, find the Game Day field
  3. Enter the matchweek/round number (e.g., 1, 2, 3)
  4. Save the game

Games without a Game Day value will not appear in the GameDay Slides output.

Parameters

ParameterTypeDefaultDescription
stage_idIntegerTournament stage ID (required)
gamedayInteger/StringActive gameday to display initially
show_team_logoInteger1Show team logos: 1 or 0
show_game_datetimeInteger1Show game date/time: 1 or 0
show_team_nameInteger1Show team names: 1 or 0
game_layoutString'classic'Layout style: 'classic', 'modern', or 'slim'
slides_to_showInteger4Number of gameday tabs visible at once
tournament_logoInteger0Show 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"]