Archived topic
Comments are closed - remove
7 replies · Started by Grega on November 23, 2019
Hi there,
I've disabled comments for all new posts and also for all already published posts.
However, now I see a text saying "comments are closed", which I would like to delete.
Any ideas how I could do that?
Thanks a lot! :=)
Hi there,
Can you make sure both step 1 and step 2 are done here?
https://docs.generatepress.com/article/removing-comments/
Let me know :)
This worked, thanks a lot !:)
No problem :)
I'm seeing this on some pages but not others, and can't figure out why.
Hi there,
have the comments been closed on the individual posts? You can check in the post editor > discussions panel
They had been. I don't know why this was happening, but I finally found a snippet of code in another thread here that did the trick:
}
.comments-area {
display: none;
}
Glad to hear you found a solution!