Site logo

[Resolved] How to display the last modified date on a blog post instead of a published date

Home Forums Support [Resolved] How to display the last modified date on a blog post instead of a published date

Home Forums Support How to display the last modified date on a blog post instead of a published date

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2568292
    Sonja

    Hello, instead of showing a published date on my blog pages (below the H1), I would like to show the last modified date. Is it possible?
    Thank you.

    #2568465
    David
    Staff
    Customer Support

    Hi there,

    yes, add this PHP Snippet to your site:

    add_filter( 'generate_post_date_show_updated_only', '__return_true' );

    this will make the theme post date show the most recent date.

    How to add PHP:
    https://docs.generatepress.com/article/adding-php/

    #2568552
    Sonja

    Thank you, it worked.

    #2569476
    David
    Staff
    Customer Support

    Glad to hear that!

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