Question
Can I add pagination to my Help Center?
Answer
Yes, you can use the pagination helper {{pagination}}
to add pagination to the Help Center if you are comfortable using custom code in your Guide Theme. Pagination is available and included by default in:
- Home page
- Article page
- Contributions page
- Request List page
- Search Results page
- Section page
The pagination helper will only render if the number of elements (articles, posts, etc..) is greater than the size of a page, which is 30 elements per page. For example, if you are using the pagination helper on the Home page, it will only render on the Home page when the number of categories is greater than 30.
For more information, see the developer article: Pagination helper.
4 comments
Sign in to leave a comment.