Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Pagination in pages loop
#1
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?
Reply




Users browsing this thread: 1 Guest(s)