サイドバーの月別アーカイブリストの表示を簡潔にする。
Weblog Tools Collection » WP Hack/Plugin: Monthchunks経由 monthchunks howto – justinsomniaより
2005年 4月 2005年 3月 2005年 2月 2005年 1月
のような月別アーカイブの表示を
2005 1 2 3 4
のようにする。
使い方
<?php monthchunks(); ?>
<?php wp_get_archives('type=monthly'); ?>
あなたのメールは 絶対に 公開されたり共有されたりしません。
次の HTML タグと属性が使用できます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
monthchunks
サイドバーの月別アーカイブリストの表示を簡潔にする。
Weblog Tools Collection » WP Hack/Plugin: Monthchunks経由
monthchunks howto – justinsomniaより
のような月別アーカイブの表示を
のようにする。
使い方
wordpressディレクトリ/wp-content/plugins
wordpressディレクトリ/wp-content/themes/テーマ名
<?php monthchunks(); ?>そして、いままで使用していたアーカイブへのリンクを生成する次のようなコードを削除する:
<?php wp_get_archives('type=monthly'); ?>関連投稿