Hey,
in the wordpress optionen i deactivated the option, to comment posts.
but on my website, below a single post, theres still the comments-field:
http://www.bilder-upload.eu/upload/ca84a1-1473238140.jpg
i dont want to get comments, how can i change it?
Hi bschke,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
login is created
Hi,
Thanks but we need a URL as well to be able to login, please post that in private as well.
Regards,
Rikard
heres the link
Hi,
Thanks for that, I’m not sure where you are seeing this though. I checked your first post and I can’t see any comment fields?
Regards,
Rikard
every single-post for example on the page “Predigten”
Hi,
you can hide it using CSS. Use this code inside Quick CSS field:
.comment-entry.post-entry {
display: none;
}
Best regards,
Andy