Martin Black
Member
Posted 2 years ago #
Is it possible to display the author and a time stamp of a when a page was last edited?
All of my wordpress currently is static pages, and it would be useful have something outlined below on the pages:
"Last Edited by Admin on 26/1/10 at 11.31am."
Is this possible?
Thanks.
Martin Black
Member
Posted 2 years ago #
Hmm, adding those tags into the Loop caused an error in Syntax on Line 27.
I added this:
<p align="right">Last edited by <?php the_modified_author(); ?> on <?php the_modified_time('Fj, Y'); ?>at <?php the modified_time('g:i a'); ?> </p>
kurosquare
Member
Posted 2 years ago #
Replace "the modified_time" with "the_modified_time".
Martin Black
Member
Posted 2 years ago #