I have used this
function dsq_comments_text($comment_text) {
global $post;
if ( dsq_can_replace() ) {
return '<span class="dsq-postid" rel="'.htmlspecialchars(dsq_identifier_for_post($post)).'">' . $post->comment_count . '</span>';
} else {
return $comment_text;
}
}
but it doesn’t work on my site Harv Eker. I want that the comments counts update themselves responding to the current number of comments.