28 May 2011 ~ 12 Comments

Fix WordPress comment count error caused by Disqus plugin

Disqus for WordPress is a great plugin for those who want to integrate a better way of adding comments to their blogs. With Disqus, you can allow your visitors to easily post comments through their Facebook or Twitter accounts. Disqus perfectly syncs with WordPress comment system and the comment on your database is also synced with Disqus’ server. But with the latest version of WordPress i.e. WordPress 3.1, Disqus has some issues showing the comment counts for the post. Here is how you can fix comment count error in WordPress 3.1 when Disqus plugin is used.

After upgrading to WordPress 3.1, you would encounter a strange error in the post list area instead of the comment count. This would happen only if you have Disqus plugin for WordPress installed. The error looks something like this:

Warning: number_format() expects parameter 1 to be double, string given in /wp-includes/functions.php on line 155

Disqus comment system

This error occurs because Disqus’ comment count system uses its own value for counting comments that breaks WordPress’s default function number_format_il8n(). This function expects the comment number value to be a double instead of a string. So, we’ll have to edit a file on Disqus plugin folder.

Open the file /wp-content/plugins/disqus-comment-system/disqus.php. Now find the following line of code on your text editor.

[code]function dsq_comments_number($count)[/code]

Your code will look something like this:

[code]
function dsq_comments_number($count) {
global $post;

if ( dsq_can_replace() ) {
return '<span class="dsq-postid" rel="'.htmlspecialchars(dsq_identifier_for_post($post)).'">'.$count.'</span>';
} else {
return $count;
}
}
[/code]

Simply replace the above code with the following.

[code]
function dsq_comments_number($count) {
global $post;

return $count;
}
[/code]

This will do the trick to fix error in comment count on WordPress 3.1 due to Disqus plugin.

admin
Author: Admin
I am a technology blogger. I love to write about blogging, SEO, Wordpress, Internet, Web 2.0, Online Tools, Social Networking, Software, Gadgets and more.
Author Website:

Related Posts

  1. Disqus now enables tagging in comments
  2. Let visitors comment on sections of your blog with Highlighter
  3. Redirect WordPress sitemap from non www to www version without getting stylesheet error
  4. Update Simple Tags plugin to fix Permalink redirect in WordPress 3.1
  5. How to remove parent category slug in Permalinks for WordPress

  • Anonymous

    Thanks so much for this! I’ve just spent an hour trying to fix it as realised it broke after upgrading.

  • Anonymous

    you’re welcome ;)

  • http://www.thenerdynurse.com The Nerdy Nurse

    considering ditching disqus to use comment love and wordpress supported comments. pros? cons?

  • Anonymous

    disqus is the best option.

  • garth ethan

    Well, This is good and interesting software review.

    SoftwareEngineer

  • Anonymous

    :P

  • http://www.buzzparas.com buzzparas

    well i have face the same problem but rectified it by re-installing the plugin

  • Anonymous

    the latest version fixes the issue.

  • Generic Viagra

    Ditching Disqus considering the use of love comments and WordPress supported comment. pros? disadvantages?
     
    Kamagra
    Kamagra

  • Anonymous

    actually disqus makes commenting more easy as people can easily comment to
    your blogs using twitter or facebook accounts.

  • 年 冯

    A wide range of Australian made UGG Boots and sheepskin leather products. Supra Shoes on hot sale now,we carry a large inventory from Supra Footwear, Including Supra Shoes,Supra Skytop And Supra Avenger,Supra Bandit,Supra Bullet.Huge Range, all with Fast, Free Delivery.
    Bryant, the gap in the purchase price of shoes in kobeshoes.cc! Zoom discounts and cheap to buy the lowest price every day Kobe Shoes.Huge Puma Trainers Range at LQshoes Massive Sale Now On. Free Delivery to UK USA Canada… Buy Cheap Puma Shoes at Puma Shoes Online Store Now!Wholesale Authentic NFL Jerseys,Contain mens,womens and youths Cheap NFL Jerseys,Welcome to buy.Inc sell cheap Sunglasses,is a Oakley Sunglasses reseller store, Oakley NFL eyeglasses are sold as a cheap price.!NFL Cap.

  • http://www.superspeedlearning.com Accelerated Learning

    Disqus is easy to use and it has the tagging feature. So Disqus is okay to use.