Hi,
I’ve implemented CMS load and I’m trying to keep the number of shown page buttons, within the pagination div, to a certain maximum so that the pagination will be on the same line. I’m trying to do this with the page-siblings option and the page-boundary option. The guide explains the following:
Page dots are added to the page when there are more pages in your pagination than the total sibling pages + the total boundary pages + the current active page. Dots show and hide intelligently based on the pages in your pagination.
So I have six pages in total. To test the behavior of the page dots I set the page-siblings option and the page-boundary option to 1 and there is 1 current page. Then I would assume that the pagination would look something like this if I’m on the fourth page:
1 … 4 … 6
But my pagination section looks like this:
How can I limit the page buttons in the pagination?
Kind regards,
Rémon