Archived topic
How to display the last modified date on a blog post instead of a published date
3 replies · Started by Sonja on March 15, 2023
Viewing posts 1–4 of 4
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.
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/
Thank you, it worked.
Glad to hear that!
This archived topic is closed to new replies.