>
Download This Plugin | |
Download Elegant Themes | |
Name | Advanced Custom Fields - Location Field add-on |
Version | 1.0 |
Author | Julien Bechade |
Rating | 100 |
Last updated | 2012-07-29 12:19:00 |
Downloads |
19236
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Advanced Custom Fields - Location Field add-on plugin added 16 bytes of resources to the Home page and 38 bytes of resources to the sample Post page.
Advanced Custom Fields - Location Field add-on plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Advanced Custom Fields - Location Field add-on plugin ads no tables to your Wordpress blog database.This is an add-on for the Advanced Custom Fields WordPress plugin and will not provide any functionality to WordPress unless Advanced Custom Fields is installed and activated.
The Location field provides:
Enter
. In both cases, Google will find the location and return the coordinates and the complete address, if you want it complete. A marker will be added at the desired location.
https://github.com/julienbechade/acf-location-field
https://github.com/julienbechade/acf-location-field/issues
Make sure you read the Advanced Custom Fields's documentation first.
Back-end
The Location field comes with 3 options:
Front-end
Retrieving the value(s) on the front-end differs according to the Map address options.
$location = get_field('location'); echo $location['address']; echo $location['coordinates'];
the_field('location');