GetSimple Support Forum
QUESTION Pagination in pages loop - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: QUESTION Pagination in pages loop (/showthread.php?tid=16941)



Pagination in pages loop - tuxy - 2023-01-27

Hello,

After solve my previous problem , i have another challenge to do: adding pagination in the pages loop.

Searching a lot, but can't found a solution. See my test-website, below the page-loop.

For testing adding and customize the code from this website:
https://davescripts.com/php-pagination-of-an-array-of-data

Customize the nav-links..
[font="Droid Sans Mono", "monospace", monospace]<a href="?page=<?php echo $page_first; ?>">« First</a>
<a href="?page=<?php echo $page_prev; ?>">Prev</a>
<a href="?page=<?php echo $page_next; ?>">Next</a>
<a href="?page=<?php echo $page_last; ?>">Last »</a>[/font]


But when click on the nav-links then it shows nothing, i think change the htaccess rules.

Looking to the Pagify-plugin, but that's only for splitting a page in several sections.

Someone knows a solution for this?