When You add a custom field You can place a marker on the map and publish post. Is there a way to create a big map where all the pins will be as topics and You will be able to click on them for redirection to specific post ?
Hi there,
You can add multiple markers to the map, checkout the docs here => http://www.advancedcustomfields.com/resources/field-types/google-map/
Also checkout the Google API docs on how to draw an overlay that could contain your links => https://developers.google.com/maps/documentation/javascript/overlays#InfoWindows
I managed to make it work, however I’m getting a separate map for every post.
Is there a way to have all markers (from different posts) in one map?
Thanks
Nevermind, it was my mistake.
I was creating a different map for every post in the loop. D’uh!