Hello,
I have used the following filter to display only the ‘last updated date,’
add_filter( ‘generate_post_date_show_updated_only’, ‘__return_true’ );
However, I’d just like it to say Last updated: before the date. I looked at some support topics and saw some similar-ish topics, but it was about adding and editing different bits of codes together & I’m very much a novice, thus worried about crashing my site by editing!
Is there a code I can use to replace add_filter( ‘generate_post_date_show_updated_only’, ‘__return_true’ ); that has the ‘last updated:’ text built into it?
Thank you!