Site logo

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;
}

Ah, that was simple. Thank you!

No problem :)

This archived topic is closed to new replies.