I have this contenttype: activities. And i would like it to order on my activity-listing by the date that is set in a field (called date, where type = date). So i would expect that this would work:
- Code: Select all
sort: date DESC
But it is not working

~ Dorien