This guide explains how to use the various shortcodes available in the Athletes Untapped WordPress plugin to display coach information and generate marketing content.
Parameters:
type
: Choose from:all
: Shows all coachessingle
: Shows a single coachcoach_id
: The ID of the coach to displaylocation
: Shows coaches by locationlat
: Latitudelng
: Longituderadius
: Search radius in miles (default: 50)sport
: Filter by sportau_coaches type="single" coach_id="51NYqUHMkHcUmBd6SuaXpj2FlFx2"
I’ve worked with a range of high level athletes and love to help others reach their potential. I love to have fun and get work done. Having someone who will connect with you and ... See full profile
au_coaches type=”location” lat=”37.7749″ lng=”-122.4194″ radius=”5″ sport=”basketball”
au_sport_sentence sport=”basketball” city=”New York” state=”NY”
[au_sport_sentence sport=”basketball” city=”New York” state=”NY”]
Generates an optimized marketing sentence for a specific sport and location. The shortcode automatically fetches the number of coaches and pricing information from the API.
If no coaches are in that area, it defaults to:
au_sport_sentence sport=”basketball” city=”Fake State” state=”NY”
[au_sport_sentence sport=”basketball” city=”Fake State” state=”NY”]
Parameters:
sport
(required): The sport name (e.g., “basketball”, “soccer”, “tennis”)city
(required): The city namestate
(required): The state abbreviationSupported sports:
Example output:
“Train with top basketball coaches in New York, NY. 15 pros for shooting, defense & ball handling. Lessons from $50. Untap your potential.”
This shortcode outputs coach data in JSON format, which can be used for JavaScript integrations.
Parameters:
coach_id
(required): The ID of the coachformat
: Either “json” (default) or “array”au_coaches
shortcode with type="location"
for location-specific pagestype="single"
for individual coach profile pagesau_sport_sentence
shortcode in meta descriptions and page contentau_coach_data
when you need to integrate coach data with custom JavaScript