Title: #tc-comment-title
Last modified: August 31, 2016

---

# #tc-comment-title

 *  [TKList](https://wordpress.org/support/users/tklist/)
 * (@tklist)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/tc-comment-title/)
 * How do I change #tc-comment-title to #disqus_thread so comment shortcut will 
   work properly?

Viewing 1 replies (of 1 total)

 *  [Menaka S.](https://wordpress.org/support/users/menakas/)
 * (@menakas)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/tc-comment-title/#post-7176906)
 * Hi,
 * Add this to your child theme’s functions.php
 *     ```
       add_filter('tc_comment_title','my_comment_id');
       function my_comment_id($content) {
        return str_replace('tc-comment-title','disqus_thread',$content);
       }
       ```
   
 * Does that take care of your need?

Viewing 1 replies (of 1 total)

The topic ‘#tc-comment-title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Menaka S.](https://wordpress.org/support/users/menakas/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/tc-comment-title/#post-7176906)
 * Status: not resolved