Integrate Google Maps easily in your site, no coding required. Use custom icons and colors for each location or route. Show unlimited maps.
This plugin gives you the possibility to easily integrate Google Maps in your site with a couple of clicks. Just set your locations and show your maps easily in your pages and posts.
Show unlimited maps per category or post ID. Organize locations in categories to show different Google Maps per Category.
Map Icons font: Visit Map Icons font to see the icons and icon types you have available. The Map Icon library have been integrated in this plugin to show beautiful maps.
Visit Map Icons
Locations Post Type: To save your locations, with images and descriptions and show them in a map.
With this Google Maps Plugin you can:
Set category icons and colors in plugin Settings, Goto Settings/Wp Maps
Use [wpmaps] shortcode to show the map with all locations(all posts or products locations), using shortcode:
[wpmaps post_id=”id of location post”] Shows only one post location
[wpmaps category_slug=”slug”] Shows locations in posts from one category
Shortcode atributtes:
You can pass your options to the opstions array:
$args = array( 'post_id' => '', 'category_slug' => '', 'posts_per_page' => '', 'post_type' => '', ); if ( class_exists('WpMaps_Display') ) WpMaps_Display::display_map( $args );</br>
Find plugin and issues solved at http://mimo.studio or fork it on Github at https://github.com/mimomedia/wp-maps
wp-maps.zip
from your computerwp-maps.zip
wp-maps
directory to your computerwp-maps
directory to the /wp-content/plugins/
directoryNone by the moment.
wp-maps.zip
from your computerwp-maps.zip
wp-maps
directory to your computerwp-maps
directory to the /wp-content/plugins/
directory-Fixed bug php notice when no locations found, added info message
First Version
Divided plugin in 3, using Mimo Maps and Mimo Maps for Woocommerce
-Mayor upgrade
-Included Map Icons font
-Deleted Maps Post Type
-Deleted posibility to create different colored maps
-Changed way to create locations, now it is needed to include the coordinates by hand