[WordPress] 外掛分享: Single Value Taxonomy UI

前言介紹

  • 這款 WordPress 外掛「Single Value Taxonomy UI」是 2011-12-10 上架。
  • 目前有 60 個安裝啟用數。
  • 上一次更新是 2012-09-07,距離現在已有 4622 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

mitchoyoshitaka |

外掛標籤

select | required | taxonomy | single value | infrastructure |

內容簡介

這款基礎架構外掛程式會為單值分類法 (single-valued taxonomies) 新增基本的使用者介面,也就是提供了一個 select 的小工具。

使用方式

當您註冊自己的自訂分類法時,加入 single_value 參數設為 true 即可獲得單一值介面。如果需要選擇此項目,還需加上 required 參數設為 true。

register_taxonomy(
'astrological_sign',
array( 'person' ),
array(
'hierarchical' => false,
'show_ui' => true,
'required' => true,
'single_value' => true
)
);

本插件的開發由MIT Global Shakespeares贊助。

原文外掛簡介

This infrastructure plugin adds basic UI for single-valued taxonomies, i.e. a taxonomy with presents a select widget.
Usage
When registering your custom taxonomy, add the argument single_value set to true to get the single value UI. If a selection of this term is required, also add required set to true.
register_taxonomy(
'astrological_sign',
array( 'person' ),
array(
'hierarchical' => false,
'show_ui' => true,
'required' => true,
'single_value' => true
)
);

Development of this plugin supported by MIT Global Shakespeares.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Single Value Taxonomy UI」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.1 | 0.2 | 0.3 | trunk |

延伸相關外掛(你可能也想知道)

  • FRIA Single Value Chart 》FRI‧A 單值圖表顯示一個包含數值、文字和箭頭的簡單徽章。其目的是在您的 WordPress 網站上顯示趨勢及業務指標。, 它允許您更改用於顯示徽章的顏色、箭頭和字...。

文章
Filter
Apply Filters
Mastodon