The geo-data tag has no wiki summary.
0
votes
0answers
64 views
Need help to retrive data from MYSQL based on dropdown selection in wordpress
I am displaying a list of country in the drop down list, retrive it from the database . and i need to display price for the selected country based on the options chosen by the customers in the drop ...
0
votes
0answers
24 views
Recording geolocation data from user submitted form
I'm building the following plugin to allow users to submit posts with images via a form. It also generates geolocation information, which I want to store and use with the Geo Mashup plugin.
However, ...
0
votes
0answers
43 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 ...
0
votes
1answer
87 views
Redirect user on first visit based on geographical location
My project has two versions of the website - American and International. This is not localization, language is same, only content changes. I have created subdomain for the US version and kept ...
1
vote
1answer
85 views
Redirection based on location but without affecting search bots
A client has a successful UK site based powered by Wordpress and is launching a US arm. While the US sub-sites are built, he has a holding page that is visible to US visitors, who are redirected to it ...
0
votes
1answer
194 views
Querying posts by latitude and longitude to build a Google Maps with several markers
I have 4 different post types and 4 differey taxonomies Each term for each taxonomy stores a marker (url to a png icon). Each post has coordinates attached with Advanced Custom Fields and I'll ...
1
vote
1answer
105 views
Pass data from wordpress to javascript in JSON
Currently using this simplified code to pass data from WP to JS.
function add_map_data() {
$objName = "MapData";
$array = array(
"MapViewLatitude" => "51.505",
...
3
votes
1answer
878 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 ...
0
votes
1answer
181 views
Geo Mashup Maps show only specified categories
I'm using the geo Mashup plugin to display maps on my site. I've changed a pages template so it now only lists pages from certain categories instead of listing them all which has now effected my ...
0
votes
1answer
92 views
Geolocate Custom Post Type on Save
I was wondering what hook i would use to geo-locate a custom post type when it is saved?
I have a Custom post type of Restaurant and I want to geolocate the address using googles api and then save it ...
1
vote
0answers
124 views
Anyway to have google maps display multiple AND unique locations per individual posts/pages?
Having the hardest time finding a solution to a big problem. So far I can't find any plugins that are capable of doing this.
I have a site where each post needs to have it's own google map that ...
0
votes
1answer
234 views
How to extract specific image meta for all images?
Been hitting my head against a wall for a couple weeks... I'm working on modifying a geotagging Wordpress plugin called Thesography. I have notified the developer of my past enhancements, and they are ...
4
votes
2answers
270 views
Geo Sorting Post
I wanna sort all post by GEO Location.Can you provide me an idea on how can I do that.
When user submit a post, should I ask for a location as a tag but at the same time I wanna have tags to work as ...
0
votes
1answer
184 views
Current location plugin
What plugin would you suggest that will show my current location (in GoogleMaps) at one single post (a post that gets updated each time I change a location).
I don't need a location for each of my ...
2
votes
1answer
107 views
How can I automatically attach posts to a map?
I'd like to display a Google map of places relating to posts (eg, places I've visited).
Is there a plugin or method available that will allow me to have a Google map on a page and when creating a ...
2
votes
2answers
373 views
Geo Targeting articles on a WordPress site
I want to display the articles on my WordPress site depending on the location of the User. I am looking for a country based classification. Is there any already existing plugin that can help me with ...
2
votes
1answer
307 views
Is there a way to display all my posts on a single Google Map?
Id' like to geotag all my posts and display them on a single google map.
is this possible? do you know a plugin that does this?
thanks!
3
votes
1answer
650 views
Is it possible to wrap Geo Location search around WP_Query?
I'll just like to add that I have a current working solution in place and works well but I'm looking for ideas of being able to do it better or cleaner if possible.
We have hundreds of properties in ...
5
votes
3answers
773 views
Best way to show map of tagged posts?
This seems so simple that I'm tearing my hair out.
I want to add a page with a map showing all the posts with a particular tag. I want each marker to pop up with the title and the preview, allowing ...
0
votes
1answer
235 views
Wordpress Plugin for Maps of specific Tweets?
Is there a Wordpress Plugin that you can give it a list of old tweets (specified by url or tweet number (for example: http://twitter.com/#!/leeand00/status/20215977534820353) and put them on a map, ...
0
votes
1answer
326 views
Geo Blocking in Wordpress - how can it be implemented?
I've tried to search for a geo-blocking plugin for wordpress - didn't find anything.
So thought to ask here if anyone knows of a geo-blocking solution for wordpress sites?
Thanks.
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 ...