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

Posts map

描述

The plugins uses a short tag posts-map to add the grilled image, and you can add all the blog post icons using its rows and columns.
The icons can be personalized with custom field map_icon.

Usage :
[posts-map image=’image_url’ rows=10 cols=15 name=’map_name’ grid=1 gridcolor=#FF00FF ]Map Title[/posts-map]

where :
1. image : url to image fo map
2. rows : number of rows to slice the image
3. cols : number of columns to slice the image
4. name : name of maps (used to add more maps in your blog)
5. grid : width (in pixel) of map grid (no grid if don’t use a option)
6. gridcolor : color for grid
7. Map Title : title writed on top of map

To put an icon into a map named ‘map_name’, insert two customfields ‘location’ and ‘map_icon’ to set the coordinates and the permalink of the icon.

螢幕截圖

  • create a post with a map smart-code
  • create some post "localized" with a custom field
  • view a map in post created

安裝

  1. Copy the entire directory from the downloaded zip file into the /wp-content/plugins/ folder.
  2. Activate the “Posts map” plugin in the Plugin Management page.
  3. Add the shortcode [posts-map ] to the page(s) of your choice.

常見問題

no question, today

WARNING : in some browser cell-width is rendered in 16px multiplier, independent of image size. I suggest use image width 16px multiple

send me your question.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Posts map 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.1.3

  • rewrite file readme
  • insert grid option

0.1.2

  • Detail description
  • Resolved some cell size problem
  • Use style in tag (some template override class-defined style)

0.1.1

  • first release