2005.2.23投稿記事
月別、カテゴリ別での表示でリンク部分が表示されないので、index.phpとarchive.phpを比べてみたところ
index.phpでは
< div class="entry">
< ?php the_content('Read the rest of this entry »'); ?>
< /div>
となっている部分がarchive.phpでは
< div class="entry">
< ?php the_excerpt() ?>
< /div>
となっていたので、この部分をindex.phpのものに変更しました。
