-
Pagination without using a database or cms?
Hi guys!
I’m having a hard time trying to get my head around the best way to have pagination on a static html website (with php includes). Unfortunately I don’t have enough time to learn how to use a database or cms for this website – it needs to finished soon for school. 🙁
– There are 80 student profiles.
– I am using the <?php include ‘example.php’?> command to load the header and footer in each student page.
– Each student page has it’s own jquery slideshow, along with some written content.
On each student page, I would like to have pagination. Similar to this approach would be really awesome:
https://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/But really, I’m not fussed, just as long as I can have some numbers which link to each page through a script or something.
Basically, I want an easier approach than having to manually link every button on each student profile page to go to the next/previous student pages.
Does anyone have any ideas/suggestions how I could go about doing this?
I would be so very very grateful for any help! 😀