1
votes

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

1

1 Answers

0
votes
listOrderBy = asc

This should work. There are also many options available e.g. sorting by title oder date. tt_news config reference