pagination problem (first page)
-
Hi Ethan,
This is a great great plugin, thanks!
I notice a bug with the pagination. First i couldn’t jump to the next page (using next bouton or page number) so i try to fix it in post-tiles.php:// if the last character is or isn't a / configure the pagination formating accordingly if ( $lastchar != '/' ){ $format = "&page=%#%"; } else { $format = "page=%#%"; }
And it worked. But i’m facing now a new problem: i can’t get back on the first page. It’s blocking on the second page:
https://www.mysite.com/?page_id=501&page=2
Any idea to fix this?
Thanks
Mardoch
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘pagination problem (first page)’ is closed to new replies.