Forums
(@seferov)
16 years, 1 month ago
Hi,
From Plugin Editor select Disqus Comment System. In disqus.php file find ‘<span class="dsq-postid-’.$post->ID.‘">View Comments</span>’; and replace with ‘<span class="dsq-postid-’.$post->ID.‘">’.$comment_text.‘</span>’;
‘<span class="dsq-postid-’.$post->ID.‘">View Comments</span>’;
‘<span class="dsq-postid-’.$post->ID.‘">’.$comment_text.‘</span>’;