Site logo

Archived topic

display both published and updated date

3 replies · Started by dassana on February 2, 2019

Viewing posts 1–4 of 4

i want to display both updated and originally published date to humans on all posts and pages. i checked the forum and did add some codes, but nothing worked. currently, i am showing only updated date to humans. i would prefer to show first the modified or updated date and then the originally published date.

i am using the following css code.

.posted-on .updated {
display: inline-block;
}

.posted-on .updated:before {
content: "Updated: ";
}

Hi there,

Your HTML only has the updated date, which likely means you're using a function to remove the published date. I seem to remember helping you with that?

Let me know :)

thanks tom. yesterday i was not able to find the earlier thread. today i could find it and have implemented the changes. thanks.

No problem :)

This archived topic is closed to new replies.