Moderator: Developers
IndustrialThemes wrote:Go into your Disqus settings and change the comment text. This is something that needs to be changed in Disqus settings rather than your theme settings.
uqmoore wrote:Under settings > General, I unchecked "Reactions".
Under settings > Appearance, I changed the three Comment Count Link values to {num}.
You may have to disable "Disqus 2012 features" to see the Appearance section.
.section-wrapper .comment-bubble a {width: 190px;}<?php comments_popup_link(__('0 comments', 'continuum').' »', __('1 comment', 'continuum').' »', __('% comments', 'continuum').' »'); ?><?php comments_popup_link(__('0 comments', 'continuum').' »', __('1 comment', 'continuum').' »', __('% comments', 'continuum').' »'); ?> comments#page-content .cat-bar .right-wrapper a {width:25px;}.feed-panel .comments a {overflow:hidden;}//Disqus: Prevent from replacing comment count
remove_filter('comments_number', 'dsq_comments_text');
remove_filter('get_comments_number', 'dsq_comments_number');
remove_action('loop_end', 'dsq_loop_end');Users browsing this forum: No registered users and 1 guest