How do i remove comments?

Hello!

How i can remove comments from any page?

4,645 Views
Message 1 of 15
Report
14 REPLIES 14

Hi ECC9,

You can disable all comments on blog posts if you go to "Settings" > "Blog" > scroll down to comments and hit disable. If you wanted to remove them for a certain blog post, click on the post to edit it, then you should see a blue "post options" button on the left, where you can then disable comments on that post. 

4,644 Views
Message 16 of 15
Report

But i have no blog posts,i have app.
4,619 Views
Message 16 of 15
Report
Square

Did you include comments on a standard page with a third party app? You should be able to remove that like any regular element.

If you're having trouble let me know the URL of a page where the comments are at and I'll take a look.

4,618 Views
Message 16 of 15
Report

I don't want to have any comments on any of my posts.  I do I disable all of them?

There is no option for this.  Settings> Blog> Comments -- There is no option listed?

4,187 Views
Message 16 of 15
Report

Hello! In that section, you'd want to set Comment Default to Closed to disable comments on any new posts.

4,185 Views
Message 16 of 15
Report

But permanently closing comments shows "0 comments" next to each title, which makes it look like you have no readers. I don't want anything to appear about comments, period. Why can I no longer do this? When I first started my site there was a "disable comments" option. WTH?

4,167 Views
Message 16 of 15
Report

I'm having the same problem now. I've got 0 comments written on all my blogs. It sucks. Did you find a way of getting rid of them?

3,790 Views
Message 16 of 15
Report
Square

Hey there. Looks like this is currently a feature request you can add support to: https://community.weebly.com/t5/Vote-on-Features/Blog-Comments/idi-p/612 

However, in those comments someone posted a work-around using a small snippet of code in their SEO header section on the blog page. Click on Pages at the top of the editor. And then your blog page on the left hand side. Click SEO, then paste this in the Header area. Make sure to publish for the changes for this to work. Hope this helps!

<style>
    div.blog-comment-area { display:none; }
</style>

<style>
    div.blog-comments-bottom { display:none; }
</style>

<style>
p.blog-comments { display:none; }
</style>

3,782 Views
Message 16 of 15
Report

This worked for me. Thank you

2,374 Views
Message 16 of 15
Report

.blog-notice-comments-closed {
display:none;
}

just add this to your css .blog section.

1,089 Views
Message 16 of 15
Report

When I try this, it removes the comment, and all other blog posts before it.  Is there a section of this that could be used to remove one comment from one blog post?  thank you for the work around.  I cannot upvote anymore.

835 Views
Message 16 of 15
Report

That is true there is no disable there is only default better not to publish anything

1,831 Views
Message 16 of 15
Report
Square

You're welcome. Smiley Happy 

1,136 Views
Message 16 of 15
Report

there i no disable there 

1,261 Views
Message 16 of 15
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.