Sorting articles by weight and then date #474
-
Hi all. I have a page with only articles. No pages, nothing else than articles. On the overview of articles I want to sort the articles by a different criteria than date. I have seen a discussion about sorting pages by weight on the top navigation bar. Does someone know how could this be done and can point me out how to do it? Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@jromal, your And this article may help you with proper grouping: |
Beta Was this translation helpful? Give feedback.
-
Many thanks. At the end nothing extra was needed. I interpreted the value of weight in the wrong way. I found it on the official documentation. https://gohugo.io/templates/lists/#order-content |
Beta Was this translation helpful? Give feedback.
@jromal, your
GroupBy
should go to this line:https://github.com/igor-baiborodine/bilberry-hugo-theme-sandbox/blob/d00660355b7246281d9212c8afc34a8a3089cd81/layouts/index.html#L27
And this article may help you with proper grouping:
https://doray.me/today-i-learned/hugo/how-to-render-grouped-articles/