Just figured out this so share it.
If you want to remove “leave a comment” from the bottom of the post box you need to edit the style.css in admin. Add this to it:
.comments {
display: none;
}
The topic ‘Hide "leave a comment"’ is closed to new replies.
(@bzsolt)
11 years, 8 months ago
Just figured out this so share it.
If you want to remove “leave a comment” from the bottom of the post box you need to edit the style.css in admin. Add this to it: