如果在循环中,则使用wp\\u trim\\u extract()函数,该函数将返回55个单词的摘录。
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
// Your HTML code...
<p><?php echo wp_trim_excerpt(); ?></p>
// Go on with more HTML (if you want to)
<?php endwhile; endif; ?>
否则,如果不在循环中,请尝试使用从编辑后屏幕设置的摘录字段。