Get pagination
-
Hi,
i’ve got pagination numbering like this in order to make a filter:
$pagenum = ( $_GET['dl_page'] );
How can i get the total page number of my downloads archive?
Also: i see you add “?dl_page=1” inthe URL only when user click on page 1 of the archive, this causes to have 2 pages: one with the variable in the URL and the other withouth it. Is possible to get only one page for the first page of the archive?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Get pagination’ is closed to new replies.