Home › Forums › Support › How to display the last modified date on a blog post instead of a published date This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 15, 2023 at 3:34 am #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. March 15, 2023 at 6:07 am #2568465 DavidStaff 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/ March 15, 2023 at 7:16 am #2568552 Sonja Thank you, it worked. March 16, 2023 at 12:41 am #2569476 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In