Archived topic
Deactivate Post Date in a post
7 replies · Started by Jorge on March 20, 2019
Hi there,
Can you please provide the code to deactivate the date only in one post?
Cheers!
Regards
Hi there,
Can you link me to the post in question?
You can edit the original topic and use the private URL field.
Let me know :)
Hi Leo,
The post is not published yet. Isn't there a CSS code to paste in Simple CSS within the post?
I have included the site
Yup if you are using Simple CSS then definitly.
Just hide the date and keep the author?
Both please!
This should work:
.entry-meta {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo, it works!
Regards
No problem :)