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

  • Windows Vista CD key
  • How to Increase Dropbox upload speed
  • How to download Specific parts of YouTube videos
  • Free Online Angry Birds game
  • How to Delete Feedbacks from JetPack Contact Form
  • Add Three New Widgets At The Bottom or Header Of Blogger/Blogspot Blog
  • HORIZONTAL AND VERTICAL SPACING
  • ZooZooo - Vodafone Logos
  • 100+ Best Online Games - Who Else Wants to Play ?
  • How to display or show comment-author's profile image in Blogger/BlogSpot blogs

Random Posts

Lenomag – Premium Blogger Template

May 24, 2009 By Ritesh Sanap 6 Comments

Easily Publish your web content around the world

April 21, 2010 By Ritesh Sanap Leave a Comment

Difference between 32bit and 64bit Processor

October 26, 2010 By Ritesh Sanap 20 Comments

How to show Adsense in your Posts

February 27, 2011 By Ritesh Sanap 1 Comment

LastPass – Free Password Manager

August 5, 2014 By Ritesh Sanap Leave a Comment

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

© 2021 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.