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

Game Shortcode

Pro Feature

Shortcode: [sl-game]

Display a complete game page or specific game sections with full control.

Overview

Embed a full game display or selected sections (scoreboard, stats, commentary, etc.) anywhere on your site. Choose which sections to show and customize the layout.

Use Cases

  • Embed game on custom pages
  • Show specific game sections only
  • Display team’s last/next game
  • Feature game of the week
  • Create custom game layouts

Parameters

Game Selection

ParameterTypeDefaultDescription
game_idIntegerSpecific game ID to display
last_team_idIntegerShow last game for this team ID
next_team_idIntegerShow next game for this team ID

Note

Use only one selection method: game_id, last_team_id, or next_team_id

Display Options

ParameterTypeDefaultDescription
sectionsStringComma-separated section IDs to show
section_headerInteger1Show section headers: 1 or 0

Available Sections

Section IDDescription
headerGame header with basic info
scoreboardGame scoreboard with scores
galleryGame photo gallery
latestLatest games between teams
missingMissing players list
player-statsPlayer statistics table
playersPlayers/lineup list
staffStaff list
summaryGame summary/events
team-statsTeam statistics comparison
videoGame video embed
commentaryLive commentary (Premium)
formationTeam formations (Premium)
h2hHead to head history (Premium)

Shortcode Builder

Use the visual Shortcode Builder to configure the Game shortcode without writing code.

Examples

Specific Game – All Sections

[sl-game game_id="1234"]

Team’s Last Game

[sl-game last_team_id="42"]

Team’s Next Game

[sl-game next_team_id="42"]

Selected Sections Only

[sl-game game_id="1234" sections="header,scoreboard,player-stats,formation"]

Minimal Game Display

[sl-game game_id="1234" sections="scoreboard,team-stats" section_header="0"]

Last Game with Commentary

[sl-game last_team_id="42" sections="scoreboard,commentary,h2h"]

Featured Match Widget

[sl-game next_team_id="42" sections="header,scoreboard" section_header="0"]

Full Match Report

[sl-game game_id="1234" sections="header,scoreboard,summary,player-stats,team-stats,commentary,h2h"]

Technical Reference

Shortcode Class: Sports_Leagues_Premium_Shortcode_Game

Template: shortcode-premium-game.php