Tagged Questions
-1
votes
0answers
42 views
Google map plugin fully customizable? [closed]
Any WP plugin to show Google maps in some pages with these requisites:
Some kind of API to dinamically query the location data from WP DB. Lat/long are stored in a custom field of custom post types ...
0
votes
1answer
132 views
Help integrating Custom post type meta field with custom profile fields
I have a custom post type for "locations" and I need to have "users" log in and be able to pick a location that is within a certain distance from them.
I have added some spots to the profile using ...
0
votes
1answer
328 views
How to implement a Google map store locator
I have followed the following Google developer doc about creating a store locator usng PHP & MySql.
https://developers.google.com/maps/articles/phpsqlsearch_v3
I have this working but now I ...
0
votes
1answer
184 views
Extracting Address from Custom Post via Javascript for Google Maps API
I am created a theme with custom posts which outputs to a Google Map with place markers. Users will create a custom post users and include street addresses which will be geocoded using Google's Map ...
3
votes
2answers
391 views
Custom Post Type with Input fields to seperate table on database.
At the moment I'm using a custom post type called 'locations' I would like to be able to put input fields into the custom post type that would store the information such as ( address, type, phone ...
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
2answers
1k views
How to add multiple markers on the google map, at a certain meta_key and meta_value
I have over 200 customposts and each has customfields (add_city, add_state, add_location) in each custompost is googlmap with customfield (geo_longitude geo_latitude) Help please, display in googlmap ...
0
votes
1answer
128 views
How to grab data (titles, thumbnails and custom fields) from multiple posts to populate a new array efficiently?
I need to know the most efficient method to grab 3 pieces of data from from multiple posts:
Post title
Thumbnail
Custom Field
I am attempting to build a Google map of posts using data stored in WP ...