WordPress: Template Tags/comment text rss:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == 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 Lo...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述 ==


Displays the text of a comment formatted for [[WordPress:Glossary#RSS|RSS]]. Typically used in the RSS comment feed template. This tag must be within [[WordPress:The Loop]], or a comment loop.
Displays the text of a comment formatted for [[WordPress:Glossary#RSS|RSS]]. Typically used in the RSS comment feed template. This tag must be within [[WordPress:The Loop]], or a comment loop.
显示评论文本,格式为[[WordPress:Glossary#RSS|RSS]]。通常用在RSS评论feed模板。必须在[[WordPress:The Loop|TheLoop]]或者一个评论loop内使用这个标签。


== Usage ==
== Usage ==


%%% <?php comment_text_rss(); ?> %%%
%%% <?php comment_text_rss(); ?> %%%
== 用法==
%%% <?php 评论_文本_rss(); ?> %%%


== Example ==
== Example ==


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


== Parameters ==
== Parameters ==


This tag has no parameters.
This tag has no parameters.
== 参数==
这个标签没有参数。


== Related ==
== Related ==
第20行: 第36行:


{{No Param Tag Footer}}
{{No Param Tag Footer}}
== 相关的 ==
{{标签评论标签}}
{{没有Param 标签 页底文字}}

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


相关的

模板:标签评论标签