よくあるタグクラウドのカレンダー版をつくりました。
ただずらっと年月のリストがあるよりも、ちょっとばかりは見た目が楽しくなるんではないでしょうか。
WordPressのCustom Template Tag として実装してあります。
CodeReposに置いておきました。
実際に動いているものが、このサイトのサイドバー、アーカイブのところにあります。
詳しくは、こちらをご覧ください。
明日以降に、WordPressのplugin レポジトリにも登録できないか調べてみます。今日はもう寝なきゃなので…
What ?
A WordPress TemplateTag plugin that displays yearly calendars containing 12 months weighed by their post counts, like Tag Cloud.
Example

and, live demo is placed in the sidebar of this blog.
Download
calendar_cloud.zip (20KB)
Install
- Upload and unzip
calendar_cloud.zip to the /wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
Use css to customize look & feel. See an example in style.css.
Usage
put following line in your template:
<?php calendar_cloud(); ?>
ChangeLog
- 0.2 : accordance with WordPress Coding Standard.
- 0.1 : initial release.
Feel free to send any feedbacks.