How to display list modified posts dates for a single post
-
Hi, I currently use
<?php the_modified_date(); ?>to display the last modified post date, although I was wondering is there a way to display a list of a post’s modified date history so for example if a post was modified 5 times over the past few months I can display a list of the date for each of those 5 times rather than just the most recent.
The topic ‘How to display list modified posts dates for a single post’ is closed to new replies.