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

PostLinks

描述

(Beta) An extension of Fields, a custom field management plugin. PostLinks provides additional field types such as Series, PhotoLink and PostLink.

Three new field types:

  • PostSeries: link your posts into series and display them with the [series] shortcode, also it comes with 2 widgets
  • PhotoLink: to be added
  • PostLink: to be added

安裝

To install Fields:

  1. Upload the ‘postlinks’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin.

常見問題

Get custom field data
  • Please refer to <a href=’https://www.wordpress.org/extend/plugins/fields’>Fields</a> documentation.
Display custom fields in posts

use shortcode series with parameters:

  • key => ” (required)
  • before’ => ‘<ul class=”ls-series”&#62’
  • after’ => ‘</ul&#62’
  • before_item’ => ‘<li&#62’
  • after_item’ => ‘</li&#62’
  • show’ => ‘all’, possible values are “previous”, “prev”, “next”, “n” and “all”
  • before_link_text’ => ”
  • after_link_text’ => ”
  • part_separator’ => ‘ – ‘

example: [series key=’s1′], [series key=’s1′ show=’next’ ‘after_link_text’ => ‘ →’]

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

0.2

  • Widgets for Series added

0.1

  • Beta release