Site logo

[Resolved] How to add last updated time stamp on single blog post

Home Forums Support [Resolved] How to add last updated time stamp on single blog post

Home Forums Support How to add last updated time stamp on single blog post

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1585633
    Dev

    Hello,

    I want the last updated time stamp on the single blog post, like the one below screenshot has.

    http://prnt.sc/w5cq5p

    Please also check the below image screenshot.

    http://prnt.sc/w5crro

    #1585677
    Elvin
    Staff
    Customer Support

    Hi,

    You can try following or brief documentation on how to show “Updated” date.
    https://docs.generatepress.com/article/show-the-updated-post-date/

    Let us know if you need further help.

    #1585690
    Dev

    Hello,

    I added the below CSS, but still, it is not showing. I got this CSS from the page you had told me above.

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

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

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

    It will be great if you can tell me exactly what I’ve to add.

    #1585771
    Dev

    Hello,

    The last update timestamp is coming only on the below post, NOT on the blog’s whole post.

    http://prnt.sc/w5f2v4

    https://www.staging.diveshtechanalysis.com/blog/five-trading-mistakes-traders-make/

    #1586193
    Leo
    Staff
    Customer Support

    The last update timestamp is coming only on the below post, NOT on the blog’s whole post.

    Sorry I don’t quite understand this.

    Can you explain a bit more?

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