hide post date
- The topic ‘hide post date’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to hide the date on the post?
The blog I need help with is: (visible only to logged in users)
Hello josesilvaart,
No it isn’t possible in this version. Date is always displayed. We will keep in mind that option and maybe we will integrate it in our next update to be possible.
One thing you can do for now is to hide post date with CSS in your Custom Design options.
You can target the post date with this code block in your custom CSS:
.post .meta li.date {
display: none;
}
It will hide the date from all posts.
Hope this solves your issue!
We are really sorry for the late answer.
Kind regards,
Marko