johnthan Reputable Joined Apr 17, 2016 Messages 229 Reaction score 16 FP$ 725 May 18, 2017 #1 I want to show last modified date on wordpress blog posts by replacing posted date. Do not want to edit the theme, prefer a good plugin, someone knows...?
I want to show last modified date on wordpress blog posts by replacing posted date. Do not want to edit the theme, prefer a good plugin, someone knows...?
D Deleted member 4320 May 18, 2017 #2 If you want to show this data on the front-end, you'll have to edit the theme. Take a look at this function which will return the modified time stamp. If you don't want to edit the original theme and still get updates for it then create a child theme and make your changes within that.
If you want to show this data on the front-end, you'll have to edit the theme. Take a look at this function which will return the modified time stamp. If you don't want to edit the original theme and still get updates for it then create a child theme and make your changes within that.