designのブログ -8ページ目

designのブログ

ブログの説明を入力します。

http://wpdocs.sourceforge.jp/The_Loop



検索結果の内容



<!-- 投稿の本文をdiv内に表示 -->
<div class="entry">
<?php the_content(); ?>
</div>

これを抜粋にする

<!-- 投稿の本文をdiv内に表示 -->
<div class="entry">
<?php the_excerpt(); ?>
</div>

他、ごめんなさいを日本語に!

区切りを削除