Community Forums › Forums › Archived Forums › Design Tips and Tricks › How to remove WordPress comment system?
- This topic has 9 replies, 3 voices, and was last updated 11 years, 11 months ago by
maheshone.
-
AuthorPosts
-
March 15, 2014 at 10:14 am #95024March 16, 2014 at 2:14 am #95101
Pixel Frau
MemberHave you tried disabling comments in the Genesis settings? Genesis > Theme Settings > Comments and Trackbacks.
March 16, 2014 at 3:18 am #95107maheshone
MemberYes, I just tried disabling comments and trackbacks... It disabled both wordpress comment system and disqus comment system. 🙁
Twitter — @maheshone
Blog — http://www.minterest.com/
vCard — http://www.maheshone.com/April 13, 2014 at 10:42 am #100032davebonds
MemberTry adding this to your functions.php file to remove the genesis_get_comments_template action:
remove_action( 'genesis_after_entry', 'genesis_get_comments_template' );April 13, 2014 at 11:06 am #100055maheshone
MemberThanks for the response...
I have tried some options like that before.. and tried the code that you provided me... but it's removing the comment system as a whole... I mean it disabled WordPress comments and Disqus comments.
Screenshot:

Twitter — @maheshone
Blog — http://www.minterest.com/
vCard — http://www.maheshone.com/April 13, 2014 at 11:41 am #100059davebonds
MemberLooking at your site and all I'm seeing is Disqus. Not seeing what is in your screenshot or any remnants of the default WP comments.
April 13, 2014 at 11:49 am #100060maheshone
MemberHi,
I added the code that you provided and it removed both disqus and wp comments.. so reversed those changes...
You can check this:

It's a screenshot of the page http://www.minterest.org/how-to-recover-from-google-penalties/. As you can see.. the disqus comment also shows the same comments.. but here i can see a quick glance of wp comments for a few seconds before disqus starts loading...
Twitter — @maheshone
Blog — http://www.minterest.com/
vCard — http://www.maheshone.com/April 13, 2014 at 11:57 am #100063davebonds
MemberIt sounds like Disqus requires the default WP comments to be displayed in order to display Disqus, and as they mention, it will show default WP comments while the page loads then it will be replaced with Disqus.
You can probably hide the default comments section with CSS to prevent it from showing in the browser while the page loads:
.entry-comments {display: none;}April 13, 2014 at 12:01 pm #100065maheshone
MemberHi,
I will try this as well.. and btw... I asked disqus team and they told me that.. removing wp-comments file from the home directory will solve the problem.. but it didn't work for me....
And they also suggested the code to reomove comments from the theme.. and again it didnt work...
Also, I'm using Google PageSpeed Service CDN but they told me that their service is compatible with PSS... So absolutely clueless about this issue...
Anyways, I will try your trick and update here tomorrow.
Twitter — @maheshone
Blog — http://www.minterest.com/
vCard — http://www.maheshone.com/April 18, 2014 at 7:33 am #101136maheshone
MemberHi,
Sorry for the delay... I tried that... and even that didn't work... 🙁
Twitter — @maheshone
Blog — http://www.minterest.com/
vCard — http://www.maheshone.com/ -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.