Feed on
Posts

アーカイブでの表示

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のものに変更しました。

Leave a Reply

WordPress Smileys

:smile_wp: :biggrin_wp: :sad_wp: :surprised_wp: :eek_wp: :confused_wp: :cool_wp: :lol_wp: :mad_wp: :razz_wp: :redface_wp: :cry_wp: :evil_wp: :twisted_wp: :rolleyes_wp: :wink_wp: :exclaim_wp: :question_wp: :idea_wp: :arrow_wp: :neutral_wp: :mrgreen_wp: