How to hide blog post dates
When you transfer your blogs from another platform, you may want to hide the publication date so they don’t all appear with the same date.
To hide the publication date in the blog, use the following code:
We will place this code in Settings -> Blog -> Each blog post </body> code:
Now, the publication date will no longer be visible on the blog pages:
To hide the publication date in the blog, use the following code:
<style>
.date-modified {
display: none;
}
<style>
We will place this code in Settings -> Blog -> Each blog post </body> code:
Now, the publication date will no longer be visible on the blog pages:
Updated on: 18/09/2024
Thank you!