Conversation
supportSo, 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);
No comments were stored for this source.