Tagged Questions
0
votes
0answers
50 views
Save Google geocoded address to database?
In my WordPress admin I have an address field for each post (custom post type).
The address is just a string.
I need to find the country and region for each post, which I have been doing somewhat ...
3
votes
1answer
929 views
I have geocoded posts with latitude longitude - How to search by radius?
I have posts which are geocoded with latitude and longitude from Google. I basically can enter an address in a post custom field and the latitude and longitude are placed into two separate meta ...
11
votes
3answers
5k views
How can I implement a location based (zip code) search in WordPress?
I am working on a local business directory site that will use custom post types for the business entries. One of the fields will be "Zip Code." How can I set up a location based search? I'd like ...
3
votes
4answers
2k views
Optimizing a Proximity-based Store Location Search on a Shared Web Host?
I've got a project where I need to build a store locator for a client.
I'm using a custom post type "restaurant-location" and I have written the code to geocode the addresses stored in postmeta ...