I am using Orchard CMS. I want to change the ordering of taxonomy items. Now it's ordering alphabetical. How can to change its ordering to be based on create date?
You can create a Query
and sort it based on create date
and then use this query to create a Projection
. And you can use this ProjectionItem
as a MenuItem
.