Removing Date/Time/Author from Posts
- The topic ‘Removing Date/Time/Author from Posts’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I have CSS customization, and I would like to know how to hide the time/date/author of posts. I’d also like to know how to remove the “Like” button on the bottom if possible. Thanks!
The blog I need help with is: (visible only to logged in users)
Hi – sorry for the delayed response. Are you still using Mimbo Pro? Do you still need help with this?
I would like to know how to hide the time/date/author of posts.
Here is some CSS to get you started. It will hide the post meta data including the author name and date listed for all posts:
.postmetadata {
display: none;
}
I’d also like to know how to remove the “Like” button on the bottom if possible.
You can turn off the like buttons in the settings:
http://en.support.wordpress.com/likes/#turn-likes-onoff-on-specific-posts