How to show last modified date on wordpress?

johnthan

Reputable
Joined
Apr 17, 2016
Messages
229
Reaction score
16
FP$
725
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...?
 
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.
 
Back
Top Bottom