getgrav / grav-plugin-pagination

Grav Pagination Plugin
https://getgrav.org
MIT License
27 stars 20 forks source link

Feature: Only show a configurable number of pages left and right of the current one. #2

Closed fbrnc closed 9 years ago

fbrnc commented 10 years ago

Once you have a lot of blog post the pagination easily shows more items than will fit in a row.

This feature adds a configurable delta that will only show a certain amount of pages left and right of the current one.

Example

< ... 3 4 [5] 6 7 ... >
rhukster commented 10 years ago

Cool, i'll check this out tomorrow.

mahagr commented 10 years ago

It would be great to be able to go to the first and last item as well (maybe even have configurable number of items in both ends).