<ev:pagination />

Builds a complete set of pagination buttons including previous and next buttons and page numbers as required.

<ev:pagination> requires a Search object. These are available by default on Shop Category pages, Site Search and CMS Blog pages. If no pagination is required then <ev:pagination> will return an empty string.

Attributes
next

Change the string that represents the next page in the sequence. This is useful for Blogs where the next page represents older blog entries:

<ev:pagination next="Older" />
object

Any string referencing a Search object. For example on Shop Category pages you reference the products data grid object as follows:

<ev:pagination object="products" />
previous

Change the string that represents the previous page in the sequence. This is useful for Blogs where the prevous page represents newer blog entries:

<ev:pagination previous="Newer" />