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

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == Displays the URL to an entry's comments formatted for RSS. Typically used in the RSS comment feed template...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述 ==


Displays the [[WordPress:Glossary#URI and URL|URL]] to an entry's comments 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 [[WordPress:Glossary#URI and URL|URL]] to an entry's comments 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#URI and URL|URL]],格式为[[WordPress:Glossary#RSS|RSS]]。通常用在RSS评论feed模板中。必须在[[WordPress:The Loop|The Loop]]或者评论loop内使用这个标签。


== Usage ==
== Usage ==


%%% <?php comment_link_rss(); ?> %%%
%%% <?php comment_link_rss(); ?> %%%
== 用法 ==
%%% <?php 评论_链接_rss(); ?> %%%


== Example ==
== Example ==


  <link><?php comment_link_rss() ?></link>
  <link><?php comment_link_rss() ?></link>
==例子 ==
<link><?php评论_链接_rss() ?></link>


== 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:32的版本

Description

描述

Displays the URL to an entry's comments formatted for RSS. Typically used in the RSS comment feed template. This tag must be within WordPress:The Loop, or a comment loop.

为一篇文章的评论显示URL,格式为RSS。通常用在RSS评论feed模板中。必须在The Loop或者评论loop内使用这个标签。

Usage

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

用法

%%% <?php 评论_链接_rss(); ?> %%%

Example

<link><?php comment_link_rss() ?></link>

例子

<link><?php评论_链接_rss() ?></link>

Parameters

This tag has no parameters.

参数

这个标签没有参数。

Related

模板:Tag Comments Tags

模板:No Param Tag Footer

相关的

模板:标签评论标签