• Resolved webmystery

    (@webmystery)


    I’m working on a directory for an Open Studios show. In some cases several artists are in one location. I’d like to show the same map on all of these different posts with the display bubble for that one location open without having to re-type the address in 20 separate posts. Is this possible with a shortcode and/or setting all of the posts in one location to the same category?

    This is lone location with 11 artists and the individual maps the way I want them. https://vallejoopenstudios.com/category/artists/coal-shed-studios/
    I’ve got another location still to do with 20 artists and hoping for a more efficient way to do this.

    Can the paid version do this? Is this what is meant in the description by “Allows to associate the maps to Any Public Post Type in the WordPress”? That wording is really unclear.

    Thanks

    https://www.ads-software.com/plugins/codepeople-post-map/

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    In the premium version of plugin it is possible to insert a map showing all points associated to posts that belong a same category. In this case you should set the points in each post, and insert the shortcode as follow:

    [codepeople-post-map cat=”3″]

    The “cat” number is the category ID.

    Another possible solution with the free version of plugin:

    Inserts the points in each post, and then insert the map’s shortcode directly on template file of posts:

    <?php echo do_shortcode(‘[codepeople-post-map]’); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘share one map among several posts?’ is closed to new replies.