[Resolved] display both published and updated date

Home Forums Support [Resolved] display both published and updated date

Home Forums Support display both published and updated date

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #799461
    dassana

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

    #799648
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #800247
    dassana

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

    #800301
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.