Amend individual blog page
-
Within the individual blogs I want to remove ‘leave a reply’ and also the author at the top, I have tried through the page themes however it is not showing on live pages?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS for hiding the meta information on a single post.
.wd-single-post-header .wd-post-meta {
display: none !important;
}
For the comment area, Here is an article that will help you disable comments on your website https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/
Best Regards,