Add last modification date to posts and pages

Posted under Wordpress.
Created on August 27, 2009. Last modified on February 17, 2011.

wordpress

The WordPress theme I’m currently using originally did not show the last modification date on the posts and there was no date displayed at all on the page articles.



So I’ve inserted the following code into the single.php, search.php, archive.php and index.php files of my WordPress theme replacing the original code for showing the creation date:


Posted under . Last modified on .


For the page articles I was only interested in this last modification date so I left out the creation date as well as the category. As a result I added the following code into the page.php file of my current theme:


Last modified on .