放在文章的循环里:

<?php
if (!empty($post->post_excerpt) ) {
//如果文章有摘要则输出摘要
the_excerpt();
}
?>

  

05-15 23:55