Display the Author Who Edited a Post Last
Want to display the author who last edited any given post? Well, here’s some simple code you can use to have that show on all of your posts. To first create the function for the task that we are going to do, copy and paste the following code into your theme’s functions.php file: if (!function_exists(‘get_the_modified_author’))… Read More »