Pagination
Anatomy
Usage Guidelines
This is used primarily for blog archive pages. The filter does have the ability to show pagination as well, and the markup for the filter pagination is very similar, though it is all handled in the filter JS instead of the pagination.twig
template file.
WordPress
This component is included automatically in several templates, such as the search results page and resource center.
Specifications
Properties
Property | Type | Description | Required | Default |
---|---|---|---|---|
posts | object | WP Query object returned from Timber | Yes | - |
class | string | list of additional classes to apply to main element | No | - |
Changelog
1.5.0 (2020-06-23)
- fix: fade out for disabled controls (7ae57b7)
1.1.0
- pagination added