抜粋文の表示について


//抜粋文
<div class="entry-summary">
	<?php echo nl2br($post->post_excerpt);// 抜粋文を表示(改行つき) ?>
	<?php the_excerpt(); ?>// 抜粋文を優先表示。なければ本文先頭を表示(改行なし)
</div><!-- .entry-summary -->