I can't get blog pagination working. I'm sure it worked when I hosted a site on 2.3, but not using the latest build of the blog for 2.4. I've even tried a blank install with just the blog module added, but I get no joy. Is this a known issue?
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi Matty
Pagination is working, the default number of entries to show per page is 10 ($default_entries_limit in BlogTree.php).
- What template are you using? did you include BlogPagination in your BlogHolder or BlogTree? <% include BlogPagination %>
- What is your blog structure? BlogHolder >> BlogEntry?
cheers
Carlos
Ah yes, I've got it working now, thanks for the default_entries hint. I think in the past I must have amended the amount of blog entries in the php file. I had been assuming the option for Blog Holder in the CMS to show only the last month's entries would then allow older months to be accessed by the same method.
Is there a way of specifying in the template the number of entries to show in a holder?