This page redirects to an external site: https://developer.wordpress.org/reference/functions/comments_rss_link/
Languages: English • 日本語 (Add your language)
This function has been deprecated, please use post_comments_feed_link().
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 The Loop, or the loop set up for comments.
<code style="color: #000000"> <span style="color: #0000BB"><?php comments_rss_link</span><span style="color: #007700">(</span><span style="color: #DD0000">'text'</span><span style="color: #007700">, </span><span style="color: #DD0000">'file'</span><span style="color: #007700">); </span><span style="color: #0000BB">?></span> </code>
Displays the link to the comment's RSS feed, using "comment feed" as the link text.
<?php comments_rss_link('comment feed'); ?>