WordPress:Template Tags/comment text rss

来自站长百科
Fludlen讨论 | 贡献2008年7月1日 (二) 17:31的版本
跳转至: 导航、​ 搜索

Description

描述

Displays the text of a comment formatted for RSS. Typically used in the RSS comment feed template. This tag must be within WordPress:The Loop, or a comment loop.

显示评论文本,格式为RSS。通常用在RSS评论feed模板。必须在TheLoop或者一个评论loop内使用这个标签。

Usage

%%% <?php comment_text_rss(); ?> %%%

用法

%%% <?php 评论_文本_rss(); ?> %%%

Example

<description><?php comment_text_rss() ?></description>

例子

<description><?php 评论_文本_rss() ?></描述>

Parameters

This tag has no parameters.

参数

这个标签没有参数。

Related

模板:Tag Comments Tags

模板:No Param Tag Footer


相关的

模板:标签评论标签