Title: Permalink to Comments
Last modified: August 19, 2016

---

# Permalink to Comments

 *  [rtl93](https://wordpress.org/support/users/rtl93/)
 * (@rtl93)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/)
 * Is there a plugin that allows you to permalink comments?

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

 *  Thread Starter [rtl93](https://wordpress.org/support/users/rtl93/)
 * (@rtl93)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1159929)
 * Anyone?
 *  Thread Starter [rtl93](https://wordpress.org/support/users/rtl93/)
 * (@rtl93)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1159939)
 * ugh these forums suck.
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1159945)
 * If you say so…..
 *  Thread Starter [rtl93](https://wordpress.org/support/users/rtl93/)
 * (@rtl93)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1160099)
 * can someone reply with an answer?
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1160108)
 * Comments have permalinks already..
 * Open your site, look down at the comments and hover over the `#` and you’ll see
   it has a direct link to that post and comment..
 * It’s the post URL plus the comment anchor..
 *  Thread Starter [rtl93](https://wordpress.org/support/users/rtl93/)
 * (@rtl93)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1160147)
 * Oh but I am looking for something like this [http://i41.tinypic.com/2lvfe5s.png](http://i41.tinypic.com/2lvfe5s.png)
   so you can copy the comment url.
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1160148)
 * The only difference between whats on that image is the text for the link…
 * Default text is a hash symbol..
    `#` So open up your theme’s comments.php find
   that, and replace it with the text “Permalink”..
 * You’re looking for something like this..
    `<a href="#comment-<?php comment_ID()?
   >" title="">#</a>`
 * Change that to..
    `<a href="#comment-<?php comment_ID() ?>" title="">Permalink
   </a>`
 * 🙂
 * If you can’t see anything like that, then you should have this somewhere..
    `
   <?php wp_list_comments(); ?>`
 * If that’s the case, you’ll need to add a custom callback for the comments, let
   me know if that’s the case..
 *  Thread Starter [rtl93](https://wordpress.org/support/users/rtl93/)
 * (@rtl93)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1160151)
 * oh thanks lol i got it. 😀
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1160156)
 * You’re welcome.. 😉

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

The topic ‘Permalink to Comments’ is closed to new replies.

 * 9 replies
 * 2 participants
 * Last reply from: [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/permalink-to-comments/#post-1160156)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
