: How to enable dates for specific blog post only in blogger? I am trying to enable dates for selective blog posts i.e. for which information date information is relevant, but want to disable
I am trying to enable dates for selective blog posts i.e. for which information date information is relevant, but want to disable them for evergreen posts.
Blogger doesn't provide an out-of-box option to enable or disable date for a particular post (maybe I am not aware).
How can we do that using Blogger platform?
More posts by @Lengel546
2 Comments
Sorted by latest first Latest Oldest Best
All you have to do is hide the date using CSS. In the posts that you don't want to show the date on, add the following code in the HTML tab of the post editor:
<style>
h2.date-header {
display: none !important;
}
</style>
If you don't want to show the date on any posts, then you can add the above to the footer.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.