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

Advanced Tag Lists

描述

Display your popular tags in list format instead of cloud.

For Themes that do not support Widgets, you can now put this code anywhere in your template: <?php if(function_exists('jme_taglist')) { jme_taglist(); } ?>

Options Include:

  • Displaying tags in list format or dropdown menu
  • Display tag count
  • Order list by most popular or alphabetical
  • Exclude tags and or include/exclude from specific categories.

螢幕截圖

  • Widget options

安裝

  1. Download and extract the advanced-tag-list.zip file.
  2. Upload the folder containing the Plugin files to your WordPress Plugins folder (usually ../wp-content/plugins/ folder).
  3. Activate the Plugin via the ‘Plugins’ menu in WordPress.
  4. Once activated you can go to your Widgets section to add a widget to your sidebar.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Advanced Tag Lists 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.2

  • Added stand-alone function for themes without Widget functionality.

1.1

  • Added built in caching of tag list for improved performance. Tag list is generated only when a post is added/removed/updated or tag list settings changed, instead of on each page load.

1.0

  • Initial release