Codex

Function Reference/post comments feed link

Contents

Description

Prints out the comment feed link for a post. Link text is placed in the anchor. If no link text is specified, default text is used. If no post ID is specified, the current post is used.

Usage

 <?php post_comments_feed_link$link_text 'link_text'$post_id 'post_id'$feed 'feed_type' ?> 

Parameters

$link_text
(string) (optional) Descriptive text.
Default: none
$post_id
(string) (optional) Post ID.
Default: Current post
$feed
(string) (optional) Type of feed. Possible values: atom, rdf, rss, rss2.
Default: rss2

Related

get_post_comments_feed_link

See also index of Function Reference and index of Template Tags.