Hi there,
Why is the blog showing a reply form even when comments are disabled? I have added the url on the private content area.
Thanks
Theme version: 8.3.8Hello, @marquand,
Please read and follow the instructions written in this doc: https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/
OR
You can hide/remove it using the Custom CSS as well, please try with the below given CSS.
.single-post div#respond {
display: none !important;
}
Regards 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.