前言介紹
- 這款 WordPress 外掛「Wp Maps」是 2011-08-22 上架。
- 目前有 60 個安裝啟用數。
- 上一次更新是 2016-08-31,距離現在已有 3168 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.3 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
google map | Google Maps | easy google maps | google map shortcode | google maps locations |
內容簡介
這個外掛讓您可以輕鬆地透過幾個點擊在您的網站中整合 Google 地圖。只要設定您的位置,就可以在您的網頁和文章中輕鬆地顯示地圖。
按某個分類或文章 ID 顯示無限數目的地圖。將位置按分類組織起來,以便在不同的分類中顯示不同的 Google 地圖。
地圖圖標字體:前往 Map Icons 字體查看可用的圖標和圖標類型。這個地圖圖標庫已經整合進來這個外掛,以展示漂亮的地圖。
前往 Map Icons
位置文章類型:保存您的位置、圖片和描述,然後在地圖中顯示它們。
使用這個 Google 地圖外掛程式,您可以:
創建、編輯和刪除自訂位置
添加所有必要數量的位置
容易使用,無需編寫代碼
100%響應式地圖
支援 Google 地圖街景
UTF-8 字符支援
為地圖標記添加顏色、圖標、圖標類型、圖片、鏈接和描述
將位置按分類組織起來
創建不同位置的多個地圖
創建路線
使用說明
在外掛設置中設置分類圖標和顏色,轉到「設置/WordPress 地圖」
使用 [wpmaps] 短碼顯示包含所有位置(所有文章或產品位置)的地圖,可使用下列短碼:
[wpmaps post_id=”位置文章的 ID”] 顯示單一位置文章
[wpmaps category_slug=”slug”] 顯示從某個分類中的文章位置
短碼屬性:
id = 地圖自訂文章類型的 ID(以便套用樣式),預設為空
post_id = 要顯示的文章的 ID(僅顯示一篇文章),預設為空
category_slug = 指定要顯示的分類的 slug,預設為空
posts_per_page = 要顯示的文章數目(僅顯示有位置的文章),預設值為 -1
post_type = 文章或產品,預設為名為「wpmaps_location」的位置文章
開發者說明
您可以將您的選項傳遞到選項陣列中:
$args = array(
'post_id' => '',
'category_slug' => '',
'posts_per_page' => '',
'post_type' => '',
);
if ( class_exists('WpMaps_Display') ) WpMaps_Display::display_map( $args );
在 http://mimo.studio 找到外掛和解決問題,或在 https://github.com/mimomedia/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 );
Find plugin and issues solved at http://mimo.studio or fork it on Github at https://github.com/mimomedia/wp-maps
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Wp Maps」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。