10+
August 26, 2014
August 12, 2014
A plugin that allows users to record information that will be displayed on the google maps pins.
You can contribute to the source code in our GitHub page.
To install just follow the installation steps of most WordPress plugin’s:
e.g.
/wp-content/plugins/ directory;Plugins menu in WordPress;Displaying the map on the site
Add the code below where you want the map to appear:
<?php
if ( function_exists( 'display_map' ) ) {
display_map();
}
?>
For include in your post, page and etc, use shortcode
[pimap]
No FAQ provided.