Title: [Plugin: Events Manager] Events map
Last modified: August 20, 2016

---

# [Plugin: Events Manager] Events map

 *  Resolved [jalbaiges](https://wordpress.org/support/users/jalbaiges/)
 * (@jalbaiges)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/)
 * I know I can use the [locations_map] shortcode to embed a map with all locations
   in my site. What I really need, instead, is a map with all “events”, not locations.
   That is, if there are two events in the same location I’d like to see two markers
   in the map. And in the balloon info I’d like to have a link to the event post.
 * Does anybody know how to do it or if it is possible to do it?
 * Thanks in advance,
 * Jaume
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728263)
 * i don’t think it’d ever work because you’d have overlapping markers, meaning 
   only one would ever be clickable.
 *  Thread Starter [jalbaiges](https://wordpress.org/support/users/jalbaiges/)
 * (@jalbaiges)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728409)
 * Hello Marcus,
 * Thank you for your answer. I understand your point, but let me clarify mine.
 * I don’t really know if I will ever have more than one event in the same location.
   What I wanted to say is that for me the important thing is “the-event-in-the-
   location”, not the location alone.
 * In case I had two events in the same place, I could slightly move the marker 
   in order to view both of them.
 * Anyway, it also would be a solution to have one link for every event in the location
   balloon. If anyone could put some light into this I would really appreciate it.
 * Thank you again.
 * Jaume
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728472)
 * if you are using [locations_map], you can add `#_LOCATIONNEXTEVENTS` in the options`
   EM Settings > Formats/Layouts > Maps and geotagging`
 * e.g.
 *     ```
       <strong>#_LOCATIONNAME</strong>
       #_LOCATIONNEXTEVENTS
       ```
   
 *  Thread Starter [jalbaiges](https://wordpress.org/support/users/jalbaiges/)
 * (@jalbaiges)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728475)
 * Thank you, agenlonwl, I think this will do the point. For sure, I still need 
   to go deeper into the plugin, this was a newbie question.
 * Jaume
 *  Thread Starter [jalbaiges](https://wordpress.org/support/users/jalbaiges/)
 * (@jalbaiges)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728477)
 * Marcus, Agenlonwl, please let me add another question.
 * I’m also using the qtranslate plugin. I’m aware that EM does not provide qTranslate
   support right now ([http://wordpress.org/support/topic/plugin-events-manager-when-used-with-qtranslate-displays-tags-in-titles?replies=13](http://wordpress.org/support/topic/plugin-events-manager-when-used-with-qtranslate-displays-tags-in-titles?replies=13))
   but let me anyway try this.
 * I’ve been able to show the events list in each balloon in the locations_map. 
   Unfortunately, event names publicly appear as “<!–:en–>Name of Event<!–:–><!–:
   es–>Name of Event<!–:–>”.
 * By reading this [post](http://wordpress.org/support/topic/plugin-events-manager-_eventlink-incompatible-with-qtranslate?replies=3)
   I replaced #_EVENTLINK by <a href=”#_EVENTURL”⟩#_EVENTNAME</a⟩ in the “Default
   events list format”, but although the comment tags have been stripped, events
   names are not filtered by current language, so now we can see something like “
   Name of EventName of Event”.
 * Here is the link to my map. You may click on the single location appearing and
   you will see a “testtesttesttesttest” name instead of a “test” name. Any suggestion?
 * Thanks in advance one more time.
 * Jaume
 *  [Fany VanDaal](https://wordpress.org/support/users/aramon/)
 * (@aramon)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728480)
 * Transposh ([http://transposh.org/faq/](http://transposh.org/faq/))use plugin,
   use tags where “no_translate” for the original text, such as street name.
 *  Thread Starter [jalbaiges](https://wordpress.org/support/users/jalbaiges/)
 * (@jalbaiges)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728481)
 * Thank you for your answer, Aramon, but I can’t change my plugin right now. All
   the system is build upon qTranslate and I need to keep it. Thank you anyway.
 * Jaume
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728539)
 * this is probably because the alternate translations aren’t being removed.
 * if someone can provide me the function required to translate a string into the
   current language in qtranslate,
 * in theory, we can add a workaround with just a few lines of code, and then you
   could use translation tags in your formats
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728540)
 * this is off-topic though, I’ll pick this up here – [http://wordpress.org/support/topic/plugin-events-manager-when-used-with-qtranslate-displays-tags-in-titles?replies=13](http://wordpress.org/support/topic/plugin-events-manager-when-used-with-qtranslate-displays-tags-in-titles?replies=13)
 *  Thread Starter [jalbaiges](https://wordpress.org/support/users/jalbaiges/)
 * (@jalbaiges)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728541)
 * Thank you, Marcus. Will follow your efforts thorugh that thread.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘[Plugin: Events Manager] Events map’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 10 replies
 * 4 participants
 * Last reply from: [jalbaiges](https://wordpress.org/support/users/jalbaiges/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-events-manager-events-map/#post-2728541)
 * Status: resolved