WordPress:Template Tags/comments rss link

来自站长百科
Xxf3325讨论 | 贡献2008年6月25日 (三) 11:01的版本 (新页面: == Description == Much like an RSS feed for your WordPress blog, this feature will display a link to the RSS feed for a given post's comments. By implementing ...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

Much like an RSS feed for your WordPress blog, this feature will display a link to the RSS feed for a given post's comments. By implementing the feature, your readers will be able to track the comment thread for a given post, perhaps encouraging them to stay connected to the conversation.

This tag must be within WordPress:The Loop, or the loop set up for comments.

Usage

%%% <?php comments_rss_link('text', 'file'); ?> %%%

Example

Displays the link to the comment's RSS feed, using "comment feed" as the link text.

<?php comments_rss_link('comment feed'); ?>

Parameters

'text'
(string) Link text for the comments RSS link. Defaults to 'Comments RSS'.
'file'
(string) The file the link points to. Defaults to 'wp-commentsrss2.php'.

Related

模板:Tag Comments Tags

模板:PHP Function Tag Footer