Hi,
Yes, you can set different maps on different pages, inclusive in the free version of plugin. The premium version of plugin allows you more control over the map, but with the free version of plugin can be inserted different maps on different pages.
Best regards.
where is the option to get different shortcodes for different maps? I am a little confused 🙂
Hi,
The shortcode for free version has always the same structure: [codepeople-post-map], the map’s settings is the responsibles to define the map’s appearance. You only should check the attribute “Use particular settings for this map”, and define the options of the particular map.
Best regards.
I’m a little confused, How do you add different unique maps for each page?
Hi,
Supposing you want to include a map in each page, including the point defined in the page, you simply should insert the shortcode like follow:
[codepeople-post-map point=”1″]
in each page’s content, or only one time directly in the template file used for pages (in the active theme) with the snippet of code:
<?php echo do_shortcode(‘[codepeople-post-map point=”1″]’); ?>
Best regards.