diff --git a/docs/en/_images/blog-settings-pagination.png b/docs/en/_images/blog-settings-pagination.png new file mode 100644 index 0000000..162cca1 Binary files /dev/null and b/docs/en/_images/blog-settings-pagination.png differ diff --git a/docs/en/features.md b/docs/en/features.md index 733f268..48d5330 100644 --- a/docs/en/features.md +++ b/docs/en/features.md @@ -9,7 +9,7 @@ * Publish Date - Set a blog post to publish in the future. * Custom GridField components for quickly adding new objects. * RSS Feed of the blog -* Custom pagination via the Blog's "Settings" tab. +* [Custom pagination](pagination.md). ## Screenshots diff --git a/docs/en/pagination.md b/docs/en/pagination.md new file mode 100644 index 0000000..f54c73b --- /dev/null +++ b/docs/en/pagination.md @@ -0,0 +1,9 @@ +# 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. + +![](_images/blog-settings-pagination.png) + +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](https://github.com/silverstripe/silverstripe-comments/blob/master/docs/en/Configuration.md). \ No newline at end of file