Show a list of officials/referees with their photos and upcoming game assignments. Automatically detects page context (game, tournament, etc.).

Use Cases
- Game page officials section
- Referee profile pages
- Tournament officials list
- Upcoming referee assignments
Using the Shortcode Builder
The easiest way to create this shortcode is through the Shortcode Builder in your WordPress editor.
- Edit any page or post
- Click the SL Shortcodes button in the editor toolbar
- Select Officials from the Premium shortcodes list
- Configure the options using the visual interface
- Click Insert to add the shortcode
Parameters
| Parameter | Default | Description |
|---|---|---|
show_next_game | 1 | Show next game assignment: 1 or 0 |
show_photo | 1 | Show official photo: 1 or 0 |
Examples
Basic Officials List
Display officials with photos and next game assignments:
[sl-officials]
Officials Without Photos
Show only names and assignments:
[sl-officials show_photo="0"]
Officials Without Next Game
Show officials list without upcoming assignments:
[sl-officials show_next_game="0"]
Minimal Display
Show only official names:
[sl-officials show_photo="0" show_next_game="0"]
Tip
This shortcode automatically detects the current page context to display relevant officials. Place it on a game page to show officials assigned to that game.
