How do I add a last updated timestamp to the footer of my Orchard website? That is, the date when a change was made to the content via the CMS admin.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You don't have to add it, it's already there on the Common part, it's the published date if you want the date of the latest publication of the item, or the modified date if you really want the last time the item had any modification. Add this to a template override for the common part (parts.common.metadata.cshtml): |
|||||||
|