Reputation: 1256
This request came in, where Marketing would like a spot on the home page that shows the pages that have been updated. I'm thinking recent 5. I have a mix of page types, CMS.File, CMS.MenuItem, and a few custom page types. Does anyone have an example of something like this?
I was thinking a repeater, with my page types, top N at 5, and order by Publish Date.
Upvotes: 0
Views: 94
Reputation: 111
I think that solution is exactly what you said. As orderby column you can use "DocumentModifiedWhen"
Upvotes: 2