Viewing 1 replies (of 1 total)
  • 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.