Skip to content

Pagination

File: snippets/pagination.liquid

Used in sections: blog, page-engage-home-bottom, search

Screenshot not yet added.
Save as docs/src/assets/screenshots/snippet-pagination.png

Description

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' %}