任意のカテゴリをサイドバーウィジェットとして表示するプラグイン
custom_tag_cloud_get_template フックを呼び出す。
add_filter("custom_tag_cloud_get_template", function ($template) {
return $new_template;
});
ファイルは、 STYLESHEETPATH, TEMPLATEPATH, の順検索される。 HTMLのカスタマイズは widget-html.php を参照。