Is it possible to have the date that a post was last revised be put after the post itself? Kind of like how a normal webpage can have a script that runs in the background to tell you when a site was last updated. Any ideas would be great. Thanks
Is it possible to have the date that a post was last revised be put after the post itself? Kind of like how a normal webpage can have a script that runs in the background to tell you when a site was last updated. Any ideas would be great. Thanks
You want to display the last time a post was edited on your post pages?
Just use the_modified_date(); and it will display the last time the post was edited.
where would I put that code in? In the index.php code file or into the html part of the editing page for the post itself?
This topic has been closed to new replies.