Ormapker
Ormapker is a wordpress plugin to embbed a multilocations map easily.
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/saidgamih/ormapker/archive/refs/heads/master.zipOrmapker is a wordpress plugin to embbed a multilocations map easily.
License
This plugin is released under the GNU General Public License Version 2 (GPLv2). For details, see license.txt
Prerequisites
- You need to have a Google Maps JS API key (how to get your key)
Installation
- Download the zip file (from here)
- Install the plugin from wordpress dashboard
Configuration
After installation the plugin will create a custom post type for you called marker, but before start adding new markers you should fill the plugin options with the appropriate values.
Click Ormapker menu item in your dashboard
The option page has the following fields:
Google Maps API key: you can find this in your google developer console.Centre latitude: the latitude of the central point of your map.Centre longitude: the longitude of the central point of your map.Zoom level: the zoom of your map.
Add addresses
From your dashboard menu click Google Maps markers and start adding new markers for your places
Title: text displayed when hovering on marker.Body: the content to display when clicking the marker.Latitude: the latitude of the address.Longitude: the longitude of the address.
Display the map
To display your map you need just to put this shortcode [ormapker_short_code] anywhere in your website(theme / pages / widget).