displaying last updated date & time on posts
Hi there. On posts that I have updated after initially posting them, I want to display a “last updated” date in addition to the posting date. Initially I added this PHP via Code Snippets plugin, but it added the “last updated” text to pages as well as posts: function wpb_last_updated_date( $content ) { $u_time = … Read more