Pagination
File:
snippets/pagination.liquidUsed in sections:
blog,page-engage-home-bottom,search
Screenshot not yet added.
Save as
Save as
docs/src/assets/screenshots/snippet-pagination.pngDescription
Pagination
Renders pagination controls with previous/next arrows and numbered page links. Highlights the current page and disables prev/next when at the first or last page. Only renders when there are multiple pages.
Features:
- Previous and next navigation arrows
- Numbered page links from paginate.parts
- Current page highlighting with aria-current attribute
- Disabled state for prev/next at boundaries
Usage
{% render 'pagination' %}