Shortcodes
Shortcodes – Quick Start
Last Updated: October 28, 2025Overview This section covers how to display maps on the front end, using shortcodes instead of Gutenberg blocks. Shortcodes can be used to displayed maps as configured in the Map editor, or addional parameters can be included to modify certain aspects of how the maps are displayed Prerequisites The Following Plugin/s need to be installed...
Map Shortcode
Last Updated: October 28, 2025This is the core shortcode used to display your created map anywhere on your site. It is the foundation for all other map-related modules and features. All enabled features for a map are automatically included when using this module, whereas when using other shortcodes will enable the feature when a map is present on the...
Store Locator Shortcode
Last Updated: October 28, 2025Use this shortcode to display a dedicated search and locator box separate from the map itself. It enables users to find nearby locations based on address or proximity. Shortcode Example Shortcode Attributes id (number) The Map ID you would like to show url (string) URL link to page where map is located default_radius (number) Starting Radius of...
Category Filter Shortcode
Last Updated: October 28, 2025This shortcode displays a stand-alone, customizable list of marker categories. Use it to place filtering controls above or beside your map for focused user experience Shortcode Example Shortcode Attributes id (number) The Map ID you would like to show
Category Legends Shortcode
Last Updated: October 28, 2025Use this to display a key for your marker categories (the legend) independent of the map. It’s perfect for explaining your map icons without taking up map space. Shortcode Example Shortcode Attributes id (number) The Map ID you would like to show classname (string) CSS Class to add to wrapper Note: Shortcode can be placed on...
Infowindow Shortcode
Last Updated: October 28, 2025This specialized shortcode allows you to display a marker’s detailed information box (infowindow) as a fixed element on the page, separate from the map view. Shortcode Example Shortcode Attributes id (number) The Map ID you would like to show hide_title (bool) Hide the Title (true or false) hide_address (bool) Hide the Address (true or false) hide_description (bool) Hide...
Marker Listing Shortcode
Last Updated: October 28, 2025Display a separate, full listing of all markers associated with the map. Shortcode Example Shortcode Attributes id (number) The Map ID you would like to show style_id (number) The Style ID for the marker listing style_slug (string) The Style Name for the marker listing, alternative to ID
Directions Shortcode
Last Updated: October 28, 2025Place a dedicated directions widget anywhere on the page to allow users to calculate routes between two points. Shortcode Example Shortcode Attributes id (number) The Map ID you would like to show default_from (string|latlng) Default directions Starting point default_to (string|latlng) Default directions Ending point auto_run (bool) Automatically Draw directions (true or false) Note: Shortcode must...
Using WP blocks
Last Updated: October 28, 2025Overview This section covers how to add Maps and map features to a page using Gutenberg blocks Setup Prerequisites The Following Plugin/s need to be installed and active Adding a Gutenberg Block Navigate to the WordPress page editor you would like to display the map or map feature on. Access the page editor Toggle the...
