WordPress:Template Tags/comment excerpt
来自站长百科
描述[ ]
显示评论文本的摘录(最多20个单词)。这个标签必须在The Loop或者一个评论loop内使用。标签必须在评论loop内运行。
用法[ ]
%%% <? php comment_excerpt(); ?> %%%
例子[ ]
<p>Latest comment: <?php comment_excerpt(); ?></p>
参数[ ]
这个标签没有参数。