WordPress では、タグクラウドにそれぞれのタグの投稿記事数が表示されないのが標準であるが、時に投稿数が表示されているものもみかける。
どうすれば記事数を表示できるのか、調べてみたが、これがなかなかすんなりいかなかった。
最終的には2つの方法を見つけた。
1. Simple Tags プラグインをインストールする。 (既にインストールされていた。)
Tag Cloud 設定画面で次のように (%tag_count%) と加筆する
<a href="%tag_link%" id="tag-link-%tag_id%" class="st-tags t%tag_scale%"
title="%tag_count% topics" %tag_rel% style="%tag_size%
%tag_color%">%tag_name%</a>(%tag_count%)
- Configurable Tag Cloud (CTC) プラグインを使用する。
タグクラウドだけならこれが簡単
Simple Tags プラグインは、新規投稿時に自動的にタグを設定してくれたりするので有用。
https://github.com/BeAPI/simple-tags/wiki/Function-PHP-st_tag_cloud
Simple Tags の表示フォーマットオプション
xformat
- (string) Extended format of links. You can personalize the formating of tag's link. Available markups :
- tag_link - Replaced by the permalink of the tag
- tag_feed - Replaced by the RSS tag link
- tag_id - Replaced by the tag ID
- tag_count - Replaced by the use number (counter) of the tag
- tag_size - Replaced by the size of the tag (creates : font-size:17pt;)
- tag_color - Replaced by the color of the tag (creates : color:#666666;)
- tag_name - Replaced by the tag's name
- tag_name_attribute - Replaced by the tag's name, formatted for attribute HTML
- tag_rel - Replaced by rel tag markup (creates : rel="tag")
- tag_scale - Replaced by tag scale (between 1 and 10)
- tag_technorati - Replaced by Technorati tag link
- tag_flickr - Replaced by Flickr tag link
- tag_delicious - Replaced by Del.ici.ous tag link