WordPress:Template Tags/permalink comments rss

来自站长百科
Fludlen讨论 | 贡献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标签 页底文字