Reputation: 51
I have a website developed in Typo3 and in a page I show a news with tt_news ext in single view mode. This news has also a list of other related news obtained with the property showRelatedNewsByCategory. The list is correctly show but I would like to revert the order of listed news, from descending to ascending but I found no way to do it.
Does anyone have any clue or suggestion?
Bests, Nik
Upvotes: 1
Views: 822
Reputation: 5203
listOrderBy = asc
This should work. There are also many options available e.g. sorting by title oder date. tt_news config reference
Upvotes: 0