silverstripe-blog/docs/en/pagination.md

636 B

Pagination

By default your Blog will display ten posts per page. The number of posts per page is configurable via the "Settings" tab. Setting posts per page to zero will disable pagination, displaying all of your posts on a single page.

To customise the look and feel of the pagination component, simply override the template located at /blog/templates/Includes/Pagination.ss

If you have comments enabled, comment pagination is configurable via the SilverStripe Comments Module configuration.