Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Geocode bug fix

$
0
0

Replies: 0

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=[YOUR_KEY]&address=”.urlencode($newaddress);


Viewing all articles
Browse latest Browse all 59525

Trending Articles