Can the archive page support paging? #587
-
If I have too many posts, the archive page will be too long, slow to load, and not very viewable |
Beta Was this translation helpful? Give feedback.
Answered by
danielfdickinson
Oct 10, 2021
Replies: 1 comment 1 reply
-
Hugo only supports pagination on list pages. Archive is a 'single' page so it can't use pagination. It's not a theme issue, it's a limitation of Hugo. See https://discourse.gohugo.io/t/how-to-show-range-with-paginator-partial-on-single-page-templates/31651/2 which references https://gohugo.io/templates/pagination/#list-paginator-pages |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dyxang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hugo only supports pagination on list pages. Archive is a 'single' page so it can't use pagination. It's not a theme issue, it's a limitation of Hugo. See https://discourse.gohugo.io/t/how-to-show-range-with-paginator-partial-on-single-page-templates/31651/2 which references https://gohugo.io/templates/pagination/#list-paginator-pages