Removing comments section under all posts

Posted in: Newsmag
Post count: 136

Hi,
How do you remove the comments section under all posts?
I want the entire comment section removed.

http://www.tntreport.com/wp-content/uploads/2015/05/Comment-box.jpg

Currently it says:
“NO COMMENTS
Comments are closed.”

Thanks

Post count: 7909

Hi,

If you want to disable comments on posts you have an option in Theme Panel > Post Settings – http://screencast.com/t/M7nn7jPMYV in this case that text wont appear on posts.
Also if you don’t want to disable comments on posts, but you want to close comments on a specific article that text will appear so you have to add this code – http://screencast.com/t/TAgLdTMut

<?php if (!comments_open() and (get_comments_number() > 0)) { ?>

In this case if you don’t have comments will appear – http://screencast.com/t/7Z7HnVkpQ and if you have comments they will appear – http://screencast.com/t/Pfw3OweCIdX

Hope this helps!

Post count: 136

How can I completely remove the entire comments section?

I don’t want even want to see “comments closed” or “no comments”.
The entire section removed.

Like this site for example:
http://www.hangthebankers.com/six-banks-fined-market-rigging/

If you scroll to the bottom there is no comments section or mention of comments.

Post count: 7909

Hi,

I already answered above if you disable comments from Theme Panel > Post Settings – http://screencast.com/t/M7nn7jPMYV the comments section will not appear(including No Comments..) – http://screencast.com/t/q1f3foyUXNQh
I just suggested some other solutions.

Thanks!

Post count: 136

Thanks for the quick reply, but I already had that option selected.

Settings:
http://www.tntreport.com/wp-content/uploads/2015/05/1.jpg

Article:
http://www.tntreport.com/wp-content/uploads/2015/05/2.jpg

Something is making it still show up under articles…?

Post count: 7909

Hi,

If you want to disable comments that option has to be enabled like in my screenshot – http://screencast.com/t/M7nn7jPMYV

Thanks

Post count: 136

Yep thanks, working now. 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.