Click on a marker to redirect user to a blog post
I'm using the following Wordpress and plugins combo. Wordpress 2.9.2 Geo Mashup 1.3.3 Geo Mashup Custom 1.0 What I want to achieve is when the user clicks on a marker it gets redirected to the blog post associated to it. I added the following code in my custom.js. GeoMashup.addAction('loadedMap', function( properties, marker ) { ...