WordPress: Template Tags/permalink comments rss:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == Displays the permalink to the post to which a comment belongs, formatted for RSS. Typically used in the RSS ...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述==


Displays the [[WordPress:Glossary#Permalink|permalink]] to the post to which a comment belongs, 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#Permalink|permalink]] to the post to which a comment belongs, 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#Permalink|permalink]],格式为[[WordPress:Glossary#RSS|RSS]]。通常用在RSS评论feed模板。必须在[[WordPress:The Loop|The Loop]]或者一个评论loop中使用这个标签。


== Usage ==
== Usage ==


%%% <?php permalink_comments_rss(); ?> %%%
%%% <?php permalink_comments_rss(); ?> %%%
== 用法 ==
%%% <?php permalink_评论_rss(); ?> %%%


== Example ==
== Example ==


  <link><?php permalink_comments_rss(); ?></link>
  <link><?php permalink_comments_rss(); ?></link>
== 例子 ==
<link><?php permalink_评论_rss(); ?></link>


== Parameters ==
== Parameters ==


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


== Related ==
== Related ==
第20行: 第35行:


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

2008年7月1日 (二) 17:33的版本

Description

描述

Displays the permalink to the post to which a comment belongs, formatted for RSS. Typically used in the RSS comment feed template. This tag must be within WordPress:The Loop, or a comment loop. 向评论所属的文章显示permalink,格式为RSS。通常用在RSS评论feed模板。必须在The Loop或者一个评论loop中使用这个标签。

Usage

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

用法

%%% <?php permalink_评论_rss(); ?> %%%

Example

<link><?php permalink_comments_rss(); ?></link>

例子

<link><?php permalink_评论_rss(); ?></link>

Parameters

This tag has no parameters.

参数

这个标签没有参数。

Related

模板:Tag Comments Tags

模板:No Param Tag Footer

相关的

模板:标签 评论标签

模板:没有Param标签 页底文字