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

Officials Shortcode

Pro Feature

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.

  1. Edit any page or post
  2. Click the SL Shortcodes button in the editor toolbar
  3. Select Officials from the Premium shortcodes list
  4. Configure the options using the visual interface
  5. Click Insert to add the shortcode

Parameters

ParameterDefaultDescription
show_next_game1Show next game assignment: 1 or 0
show_photo1Show 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.