[Support request] How to show "Last updated on" date at the beginning of each blog post?

Home Forums Support [Support request] How to show "Last updated on" date at the beginning of each blog post?

Home Forums Support How to show "Last updated on" date at the beginning of each blog post?

  • This topic has 3 replies, 3 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #835009
    Sandra

    Usually it shows the post date, author name, category, tags etc at the beginning of each blog post. But, instead of post date, I like to show “Last Updated on” date. So, whenever I update any post, my audience can see when the post is last updated. How can I do this?

    #835028
    Tom
    Lead Developer
    Lead Developer

    Hi there,

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

    Let me know 🙂

    #835050
    Sandra

    Where should I paste this code?
    .posted-on .updated {
    display: inline-block;
    }

    .posted-on .updated + .entry-date {
    display: none;
    }

    #835363
    David
    Staff
    Customer Support

    Hi there,

    it is CSS, this article provides the options:

    https://docs.generatepress.com/article/adding-css/

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