Geocode bug fix
-
So, if you’re like me and inherited a site with this abandoned plugin, you’ll find that the geocoding doesn’t work. Here’s how you can fix it:
1. Click “Get a Key” at this site.
2. Once you have your Google Maps API key, replace line 219 of store_locator.php with this:
$_url = “https://maps.google.com/maps/api/geocode/json?key=%5BYOUR_KEY%5D&address=”.urlencode($newaddress);
The topic ‘Geocode bug fix’ is closed to new replies.