Help removing "comments, posted by, categories" at end of post
- The topic ‘Help removing "comments, posted by, categories" at end of post’ is closed to new replies.
Need help? Check out our Support site, then
I am new to Curator and wordpress.com.
I would really like to remove the lines at the end of my blog post on my home page. It looks like this:
Comments:
Posted by:
Categories:
Edit
Looking at an early topic, I tried this code to solve the problem
.entry-meta-footer {
display: none;
}
but it didn’t work for me. Is it because I’m using wordpress.com?? Please let me know if there is another way to remove those lines.
Thanks!
The blog I need help with is: (visible only to logged in users)
I too need to remove the Comments, Posted By and Categories lines on the end of each post. Also using wordpress.com not .org. Additionally, is it possible to hide the date/time info on each post?
Any help at all would be very much appreciated :)
thanks,
Melba
The above css should remove the post footer – have you added to your custom css? You could also try:
.entry-meta-footer {display: none !important;}
I don’t think I have custom css. Is there another option outside of that to remove the post footer?
Thanks
You could add it to the very bottom of style.css via appearance > editor > style.css
Many thanks for your reply. I’m still new to WordPress.com and I’m still having trouble with this. I can’t locate style.css. Under Appearance…all I see: themes, customize, widgets, menus, background and mobile. Nothing about editor or style.css.
I also put the line you suggested in the html folder of my post and it didn’t recognize the command…it just wrote the command out as written in my post.
Let me know if you have any other suggestions and thx again for your help.
Many thanks for your reply. I’m still new to WordPress.com and I’m still having trouble with this. I can’t locate style.css. Under Appearance…all I see: themes, customize, widgets, menus, background and mobile. Nothing about editor or style.css.
I also put the line you suggested in the html folder of my post and it didn’t recognize the command…it just wrote the command out as written in my post.
Let me know if you have any other suggestions and thx again for your help.