WordPress:Template Tags/comment excerpt
查看全部产品文档命名空间:WordPress
描述
显示评论文本的摘录(最多20个单词)。这个标签必须在The Loop或者一个评论loop内使用。标签必须在评论loop内运行。
用法
%%% <? php comment_excerpt(); ?> %%%
例子
<p>Latest comment: <?php comment_excerpt(); ?></p>
参数
这个标签没有参数。