This topic has 8 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Robert Hall
Hi!
I would like to remove the date, author, comment and category from the blog page and single blog posts.
I tried this code that I found from other topic but it didn’t work:
.blog-post .meta-post {
display:none;
}
Thanks in advance!
Hello,
You can add this code in Custom CSS:
.blog-post .post-information {
display: none;
}
Regards,
Rose Tyler.
Thanks!
I would also like to disable commenting in blog posts. How can I do that?
I unchecked the boxes from the wordpress settings but it didn’t help.
Hello,
As I see the comments are closed now. See screenshot: http://prntscr.com/cnr6hv
Regards,
Robert Hall
First article still shows the comments. I created a test article and that doesn’t show the comments but it still shows a “comments are closed” text that I would also like to get rid of 🙂
Edit: I was able to remove the comments from the first article also.
But “comments are closed” is still there.
Please add this code in custom css
#comments {
display: none;
}
Regards,
Robert Hall
Thanks a lot for the code! 🙂
You’re welcome!
Regards,
Robert Hall
The issue related to '‘How to remove blog post meta data from showing?’' has been successfully resolved, and the topic is now closed for further responses