How to show Disqus comment count number only without text?
I'm using Disqus WordPress plugin. When the page is not fully loaded yet, there's only comment count but after that Disqus auto appends the string Comments to that which looks really ugly.
From the theme:
div class="comment-bubble"
a href="?php the_permalink(); ?#comments" class="comments-link"?php comments_number('0', '1', '%'); ?/a
/div
I couldn't figure out what went wrong.