I have this guestbook on my website https://github.com/taufik-nurrohman/flat-file-guestbook , but if there too much comments, there are lots of pages in pagination too. So I wrote to author on this guestbook, he sent me one of the solution (here https://github.com/taufik-nurrohman/flat-file-guestbook/issues/2 ) , that the guestbook need to be modified with his php pager function.
But I don’t know how to do that. PHP is not my field and what I see, pagination and Ellipsis feature is very hard to learn.
Can anybody help me with modify this guestbook to have better pagination?
For example:
1 ... 8 9 [10] 11 12 ... 20
Thank you in advance.