Title: V1.5 Comments RSS problem
Last modified: August 18, 2016

---

# V1.5 Comments RSS problem

 *  [danscattered](https://wordpress.org/support/users/danscattered/)
 * (@danscattered)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/v15-comments-rss-problem/)
 * I am using the last weeks build and all my comments through rss link back to 
   the latest post. PLEASE HELP.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [danscattered](https://wordpress.org/support/users/danscattered/)
 * (@danscattered)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/v15-comments-rss-problem/#post-133006)
 * I found a solution:
    My solution involves adding a new function in wp-includes/
   comment-functions.php to return the URL of a specific comment. Here is that function:
 * function get_specific_comment_link()
    { global $comment; return get_permalink(
   $comment->comment_post_ID ) . “#comment-” . $comment->comment_ID; }
 * Then, in feed-functions.php, change comment_link_rss() function on line 58 to:
 * function comment_link_rss() {
    echo get_specific_comment_link(); }
 * Thanks ColdForged
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/v15-comments-rss-problem/#post-133007)
 * I’m sure the hackers’ list would like to hear about this:
    [http://wordpress.org/mailman/listinfo/](http://wordpress.org/mailman/listinfo/)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘V1.5 Comments RSS problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * Last activity: [21 years, 4 months ago](https://wordpress.org/support/topic/v15-comments-rss-problem/#post-133007)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
