Plugin info

Total downloads: 4,939
Active installs: 300
Total reviews: 2
Average rating: 3.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/4/2018 (2737 days ago)
Added to WordPress: 7/4/2018 (7 years old)
Minimum WordPress version: 4.9.6
Tested up to WordPress version: 4.5.33
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2737 days ago • 2 reviews

22/100

Is Advanced Custom Fields: Leaflet Map Field abandoned?

Possibly abandoned (last update 2737 days ago).

Compatibility

Requires WordPress: 4.9.6
Tested up to: 4.5.33
Requires PHP: 5.6

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

MapPress Maps for WordPress
Rating 4.7/5 (146 reviews)Active installs 40,000
Leaflet Map
Rating 4.9/5 (57 reviews)Active installs 30,000
Ultimate Maps by Supsystic
Rating 4.6/5 (86 reviews)Active installs 10,000
Open User Map
Rating 5.0/5 (57 reviews)Active installs 10,000
Extensions for Leaflet Map
Rating 5.0/5 (23 reviews)Active installs 2,000

Description

This plugin adds a Leaflet map field to the Advanced Custom Fields plugin.

Create the backend field

You can add a leaflet map field using ACF like the Google Map field.

Diplay the map in front-end

Uses the classic ACF get_field('field_name') function to get field data (lat, lng, address & zoom).

Warning, the get_field() function does not display the map itself, for this, use the leaflet js map documentation directly

Compatibility

This ACF field type is compatible with:
* ACF 5 only (Pro & Free)

NB: If you’re using the ACF 4 Free version, you can upgrade to version 5 step by step on this page

Installation

From your WordPress dashboard
1. Visit Plugins > Add New
2. Search for “Advanced Custom Fields: Leaflet Field”
3. Activate “Advanced Custom Fields: Leaflet Field” from your Plugins page
4. Create ACF new leaflet map field from “Custom Fields” menu item

Frequently Asked Questions

Installation Instructions

From your WordPress dashboard
1. Visit Plugins > Add New
2. Search for “Advanced Custom Fields: Leaflet Field”
3. Activate “Advanced Custom Fields: Leaflet Field” from your Plugins page
4. Create ACF new leaflet map field from “Custom Fields” menu item

How to display the map in front-end ?

  1. Make sure you have created a “Leaflet Map” field
  2. In the template file, use the ACF classic “get_field()” function, (you can add this following code in your template page for debug)
    • <?php var_dump( get_field('my-field-name') ); ?>
  3. Go to leaflet map documentation and draw your 1st map!

Review feed

No reviews available

Screenshots

  1. Backend field settings

    Backend field settings

  2. Backend field example

    Backend field example

  3. Front-end output

    Front-end output

Changelog

1.0.0

  • Initial Release.