這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Wp 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:

  • Create, edit and delete your custom locations
  • Add as many locations as you need
  • Easy to use, no coding required
  • 100% Responsive Maps
  • Google Maps Streetview supported
  • UTF-8 character support
  • Add colors, icons, icon type, images, links and descriptions to map markers
  • Organize locations in categories
  • Create several maps showing different locations
  • Create Routes

Usage instructions

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:

  • id = Id of Map custom Post type(to take it style), default empty
  • post_id = Id of post to show(only one post), default empty
  • category_slug = slug of category to show, default empty
  • posts_per_page = Number of posts to show(only posts with locations), default -1
  • post_type = post or product, default locations post that is called ‘wpmaps_location’

Developer instructions

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

螢幕截圖

  • Shows the map in action showing a route
  • Each Location Options

安裝

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘wp-maps’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select wp-maps.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download wp-maps.zip
  2. Extract the wp-maps directory to your computer
  3. Upload the wp-maps directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

常見問題

None by the moment.

Installation Instructions

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘wp-maps’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select wp-maps.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download wp-maps.zip
  2. Extract the wp-maps directory to your computer
  3. Upload the wp-maps directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

評價

閱讀全部1個評價

貢獻者及開發者

“Wp Maps” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Wp Maps 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1

-Fixed bug php notice when no locations found, added info message

1.0

First Version

2.0

Divided plugin in 3, using Mimo Maps and Mimo Maps for Woocommerce

3.0

-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