ਵੇਰਵਾ
A plugin that allows users to record information that will be displayed on the google maps pins.
Credits
- Odin Framework wp-brasil
Contribute
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.
- Download the file lb-back-to-top.zip;
- Unzip the file on your computer;
- Upload folder post-ranking-view, you just unzip to
/wp-content/plugins/
directory; - Activate the plugin through the
Plugins
menu in WordPress; - Be happy.
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]
ਸਮੀਖਿਆਵਾਂ
There are no reviews for this plugin.
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“Pimap” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“Pimap” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
1.2.0 2014-08-25
- Create shortcode [pimap], active scroll on mouse and change icon wp-admin.
1.1.1 2014-08-24
- Fix bug in the display of pins without image
1.1.0 2014-08-21
- Displaying image and content in infobox.
- Translation into Portuguese of Brazil
1.0.0 2014-08-02
- Creation of the plugin, the initial version.