[WordPress] 外掛分享: Wp Maps

首頁外掛目錄 › Wp Maps
WordPress 外掛 Wp Maps 的封面圖片
30+
安裝啟用
★★★★
4/5 分(1 則評價)
3480 天前
最後更新
問題解決
WordPress 4.3+ v3.0 上架:2011-08-22

內容簡介

這個外掛讓您可以輕鬆地透過幾個點擊在您的網站中整合 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 );</br>

在 http://mimo.studio 找到外掛和解決問題,或在 https://github.com/mimomedia/wp-maps 上分叉它。

外掛標籤

開發者團隊

⬇ 下載最新版 (v3.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「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

文章
Filter
Apply Filters
Mastodon