GetSimple Support Forum

Full Version: Pagination in pages loop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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-o...ay-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?