Typo3 tt_news 如何更改 relatedByCategory 新闻列表顺序

发布于 2024-11-05 21:32:15 字数 185 浏览 2 评论 0原文

我有一个用 Typo3 开发的网站,在页面中我以单视图模式显示 tt_news ext 的新闻。此新闻还包含通过属性 showRelatedNewsByCategory 获取的其他相关新闻的列表。 该列表正确显示,但我想恢复列出的新闻的顺序,从降序到升序,但我找不到办法做到这一点。

有人有任何线索或建议吗?

最好的, 尼克

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一城柳絮吹成雪 2024-11-12 21:32:15
listOrderBy = asc

这应该有效。还有许多可用选项,例如按标题或日期排序。 tt_news 配置参考

listOrderBy = asc

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文