All Collections
GeoBooster
Geobooster WordPress
GeoBooster WordPress shortcode options
GeoBooster WordPress shortcode options
B
Written by Bret
Updated over a week ago

List of shortcode options

  • business. Single value option. Specify it, if you want to display moments for a specific business. Values - “slugs” from the WordPress Admin Dashboard ->Moments->Businesses page. Example: [geo_booster_pins_on_map business="testing-location"]

  • categories. Multi-value option. Specify it, if you want to display moments from specific categories. Values - “slugs” from the WordPress Admin Dashboard ->Moments->Categories page. Values are comma separated.
    Example: [geo_booster_pins_on_map categories="geobooster, gmb-management"]

  • country. Single value option. Specify it, if you want to display moments created in a specific country. Values - ISO codes for countries. Example: [geo_booster_pins_on_map country="US"]

  • state. Multi-value option. Specify it, if you want to display moments created in specific states. Values - abbreviations for states. Values are comma separated.
    Example: [geo_booster_pins_on_map state="TX, CA"]

  • city. Multi-value option. Specify it, if you want to display moments created in specific cities. Values - City names. Values are comma separated.
    Example: [geo_booster_pins_on_map city="Richmond, Dallas"]

You can combine several options for fine filtering your moments.

Example: [geo_booster_pins_on_map business="your-awesome-business" country="US" categories="plumbing, roofing" state="TX, CA, VA" city="Dallas, Richmond"]

Did this answer your question?