How do I have the date of post published with ‘Last updated on (updated date)’ right under the blog title?
I have used the code add_filter( ‘generate_post_date_show_updated_only’, ‘__return_true’ );
But it just changes the published date. How can I have it show the date as ‘Last updated on with the date’
To clarify, do you want to show just the updated date or the published date(if there’s no updated date). Or, do you want to show both if the updated date is available?