Archived topic
Update Date
3 replies · Started by Yugen on January 12, 2018
Viewing posts 1–4 of 4
Hi, I want to show the updated date when I update the post and searched the forum and tried the code inside code snippet plugin. Nothing happens The code I'm using is this
.posted-on .updated {
display: inline-block;
}
.posted-on .updated:before {
content: "Last updated: ";
}
time.entry-date.published {
display: none;
}
Hi there,
That's CSS so try one of the methods here: https://docs.generatepress.com/article/adding-css/
Ah, that was simple. Thank you!
No problem :)
This archived topic is closed to new replies.