WordPressでwp_get_archivesにクラスを指定する方法
http://blog.creamu.com/mt/2010/04/wordpresswp_get_archives.html@i', ' ', $link_html);
return $link_html;
}
add_filter('get_archives_link', 'my_archives_link');
http://blog.creamu.com/mt/2010/04/wordpresswp_get_archives.html
classにarrow
というようなコードを生成したい場合、「functions.php」の最下行に、以下のコードを追記すればOK
functions.php
function my_archives_link($link_html){
$link_html = preg_replace('@
すばらしい!
あと、
サイドバーのカスタム(アーカイブなどのタイトルと表示位置の調整)
http://ja.forums.wordpress.org/topic/2499