Archived topic
Template Tags - Modified date
4 replies · Started by Fabien on November 13, 2019
Hi,
Is there a template tag for the modified date ? I am planning to deploy my schema using elements / template tags and I need to push this info...
Thanks
I just realized that template tags doesn't work for Hook type elements :-( Is that correct ?
Hi there,
thats correct - Template Tags are only available in the Header Element.
This doc here provides a shortcode for modified date which is handy for header elements:
Also this filter for modifying the post meta to display only the modified date
https://docs.generatepress.com/article/generate_post_date_output/#only-show-updated-date
Thanks David. I've realized I could use PHP so it's fine ;-)
Have a good day !
Glad to hear that