Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

Disqus Comments not Working in Thesis 2

DisqusMost of you must have seen me using the new Thesis 2 design on Best 2 Know and also Disqus Comments with it, but usually the Disqus comments does not properly work with Thesis 2, well it is pretty irritating that we install a new platform and try to improve everything, but the Disqus WordPress plugin unable to display Comments on the Posts or just display same comments on every posts

Well as far now I m Satisfied with the new Design and new Platform but the Disqus comments did take a time to get fixed, well the problem was actually pretty small, but I guess you might have heard it is the small things that takes time then the big things. Like that it took me sometime to fix it but it was fixed.

I even tried contacting the Disqus support thinking it was a problem from their side but it was my bad luck that they had the holiday for their support staff that day and it wasn’t going to be up for 3-4 upcoming days so I had to take the matters in my own hand, so I went in search of answer and then took the look at the source code and found out the problem was actually that thread ID was not getting Registered it used to undefined. So again went through the Plugins source code and found the solution to the problem.

Well without wasting anymore time let’s go and solve the Disqus Comment problem :

  1. Open disqus.php in the Plugin Editor
  2. Search for the below code :
    function dsq_identifier_for_post($post) {
        return $post->ID . ' ' . $post->guid;
    }

    function dsq_identifier_for_post($post) { return $post->ID . ' ' . $post->guid; }

  3. Replace the above code with the below code :
    function dsq_identifier_for_post($post) {
    global $post;
        return $post->ID . ' ' . $post->guid;
    }

    function dsq_identifier_for_post($post) { global $post; return $post->ID . ' ' . $post->guid; }

  4. Click on Update File button

I guess this might have helped you to solve the Disqus comment not working Problem you have got your comment system up and running perfectly.

I have also found an Alternative to it is Disqus Comment box for thesis 2.

If you do not have Disqus comment then I guess you should give it a try it is really good and I m currently really happy with it.

Subscribe via Email

Share this:

  • Twitter
  • Facebook
  • Pocket
  • Print
  • Email

Related

January 28, 2013 Ritesh Sanap Thesis Customization, WordPress Comments, Disqus, Thesis 2, wordpress

Post navigation

Previous Previous post: Windows 8 Shortcut Keys
Next Next post: How to watch Hulu outside US

Currently Trending

  • How to download Specific parts of YouTube videos
  • h4x0r ( Hacker ) - Blogger Template
  • How to Change the Welcome/Login Screen in Windows XP ?
  • Highlight Author Comment in Blogspot
  • How to Increase Dropbox upload speed
  • How To Change Windows XP Shutdown Dialog Box
  • Windows Vista CD key
  • Advanced What should we Write about next? - WordPress Plugin
  • A Great Magic Trick With Google - Fool your Friends

Random Posts

How to add Custom Favicon to blogger blog

June 17, 2010 By Ritesh Sanap 4 Comments

How To Make Any Firefox Add-on Compatible with All Versions

March 21, 2009 By Ritesh Sanap Leave a Comment

Place Your FaceBook Chat On Your FireFox Sidbar With This Simple Guide

May 7, 2010 By Ritesh Sanap Leave a Comment

Make Firefox Work Faster Than Ever

February 29, 2008 By Ritesh Sanap Leave a Comment

Excellence Blogger Template

July 12, 2009 By Ritesh Sanap 36 Comments

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2022 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.