このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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.

評価

このプラグインにはレビューがありません。

貢献者と開発者

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