[ad_1]
I’m looking to show a ‘chain of custody’ for post changes/history publicly. Is there any way to link to previous versions of posts?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
If you have revisions enabled (they are by default), you can write code to display all of the revision history on the front-end if you want. Just look up [`wp_get_post_revisions()`](https://developer.wordpress.org/reference/functions/wp_get_post_revisions/) and start from there.