Shortcodes
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
The Following Plugin/s need to be installed and active
- WP Go Maps
- WP Go Maps Pro add-on
To add your Map to a page on your website, you will need to add the Map shortcode to your WordPress Post or Page. To find the Map shortcode, please see the shortcode listed against the corresponding map record on the maps page.
WP Go Maps -> Maps
You can copy and paste the shortcode shown to the far right in the list of your Maps on the Post or Page where you want to display your Map. The shortcode framed in redΒ wpgmza id="1"Β displays the Map with ID β1β.
AΒ Map MashupΒ allows you to join multiple maps into one map. Your shortcode for aΒ Map MashupΒ will look something like this:
You will need to use the shortcode parameters below to create yourΒ Map Mashup:
- ID:Β The ID parameter is the ID of the Main Map (This MUST be the same as theΒ parent_idΒ β so in the example above β2β
- Mashup:Β Set as true to indicate you that you would like this map to be a mashup.
- Mashup IDs:Β Include the IDs of all Maps you want to βmashupβ in a comma-separated list.
- Parent ID:Β The parent_id identifies the specific map from which the map settings will be drawn for the Map Mashup. In this case, whatever color or size is set forΒ Map ID 2Β will be used for the Mashup Map.
Suppose you only want to show a certain marker category on your map. You need to make sure that the Category exists and that the Category ID is correct. See:
WP Go Maps -> Categories
To restrict your map to only the Europe category, add theΒ Category IDΒ (6 in this example above) Β to your shortcode as follows:
Β Only the markers that have the Europe category will be displayed on the Map.
This can be achievedΒ by adding the following parameters to your Map shortcode:
Accepts the Marker ID (number) you want to reference. You can find the Marker ID in your Marker Listing
WP Go Maps -> Maps (edit your chosen map) -> Markers
The zoom level you want for the Map. This is a number between 1 and 21.
For example:Β
Suppose you've enabled directions for a Map using the WP Go Maps Dashboard interface, but need to use the Map without directions on a specific Post or Page. Simply include the enable_directions parameter in your shortcode. enable_directions="1" will enable and enable_directions="0" will disable directions.
Suppose youβve enabled a Category filter for a Map using the WP Go Maps Dashboard interface, but need to use the Map without the filter on a specific Post or Page. Simply include the enable_category parameter in your shortcode. enable_category="1" will enable and enable_category="0" will disable the category filters.
If you've enabled opening InfoWindow links for a Map in a new tab/window using the WP Go Maps Dashboard interface, but need to change that setting on a specific Post or Page, you can simply include the new_window_link parameter in your shortcode. new_window_link="yes" will enable and new_window_link="no" will disable the link opening in a new window.
If you'd like to have your Visitor-Generated Marker form appear on a separate page from your Map, you can use the wpgmza_vgm_form link_to_map="1" shortcode. Please note, however, that his shortcode requires the Visitor Generated Markers Addon.ο»Ώ
Paste the following shortcode on the page where you want the VGM form:
wpgmza_vgm_form link_to_map β The map ID you'd like your markers to be added to. (Required) redirect_toΒ β The url of the page where the visitor will be redirected to, after adding the marker. (Optional)
If theΒ redirect_toΒ attribute directs to the map where the marker was added, remove the VGM form on that page by adding the following attribute to the map shortcode disable_vgm_form="1"