• Thank you for the plugin, great stuff.

    I just wanted to point an issue I had with the title of the marker on the map not rendering certain characters properly.

    The solution was very simple (in case someone has the same issue):

    Replace all instances of title:”<?php echo $desc ; ?>” on the plugin (I think there are two) with title:”<?php echo html_entity_decode($desc) ; ?>”

    Perhaps something to add to the next update of the plugin ??

    https://www.ads-software.com/plugins/wp-google-map-short-code/

  • The topic ‘Character issue with the 'title' tag’ is closed to new replies.