Sponsorship Levels
Levels are a taxonomy (sp_level) used to group sponsors into tiers — for example Gold, Silver, and Bronze. Navigate to Sponsors → Levels to manage them.
This feature is part of SportsPress Pro.
Creating a Level
In the Add New Level panel on the left, enter a Name (e.g. "Gold").
Optionally set a Slug (URL-friendly identifier). If left blank it auto-generates from the name.
Optionally assign a Parent to create a level hierarchy.
Click Add New Level to save.
Editing a Level
Click a level's name or the Edit link to open the full edit form. Available fields:
Name — The display name of the level.
Slug — The URL-friendly identifier.
Parent — Optional parent level for hierarchical groupings.
Order — A numeric sort order for the level in the admin table. This controls the sequence in which levels appear. Stored as
sp_orderterm meta.
Click Update to save changes.
Deleting a Level
Hover over a level name in the table and click Delete. Sponsors assigned to the deleted level lose that assignment but are not deleted.
Assigning Levels to Sponsors
Open any sponsor's edit screen. The Level meta box in the sidebar lists all available levels as checkboxes. Select one or more levels to associate the sponsor with those tiers.
Filtering Sponsors by Level in the [sponsors] Shortcode
The [sponsors] shortcode accepts a level parameter to display only sponsors belonging to a specific level. Pass the level's term ID:
[sponsors level="5"]
Pass 0 (the default) to show sponsors from all levels.
Admin Table Columns
The Levels admin table shows:
Name — The level name.
Order — The numeric sort order value.
Count — The number of sponsors assigned to this level.
