[Support request] Created date on first publish, updated date on update after

Home Forums Support [Support request] Created date on first publish, updated date on update after

Home Forums Support Created date on first publish, updated date on update after

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #928715
    Daniel

    Hi,

    I want to show the created or updated date on my posts. I want the created date the first time a post is published and after only showing updated date.

    For example, the first time I publish I want to be able to show “Created on june 1, 2019” and one week later, if I’m updating the post, I want to show “Updated on june 7, 2019”.

    Is there any way to do that? If not, will you consider to add that feature on your roadmap?

    Thank you,

    #928913
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This might help: https://docs.generatepress.com/article/show-the-updated-post-date/

    To add “Created on”, you can do this:

    .posted-on .entry-date:before {
        content: "Last Updated ";
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.