WP Manifestindependent plugin directory
manifest / content / acf-gmaps

ACF Google maps

WordPress plugin for displaying Google Maps location stored in custom field (ACF)

by adnankurtovic · github.com/adnankurtovic/acf-gmaps

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/adnankurtovic/acf-gmaps/archive/refs/heads/master.zip

From the readme

ACF GMaps WordPress plugin for displaying Google Maps and a marker which location is stored in custom field (ACF) Instructions: 1. Create a new custom field "location". I suggest using free or Pro Advanced Custom Fields WordPress plugin (https://wordpress.org/plugins/advanced-custom-fields/) 2. On a post where you want to display Google map, set location 3. Install and activate acf-gmaps plugin 4. In Tools/Settings/ACF GMaps enter your Google Maps API key (https://developers.google.com/maps/documentation/javascript/get-api-key) 5. Use shortcode to display map with a marker [acfgmapssinglemarker]

Read the full README on GitHub →