Topic: CN 1.5.3 Pagination Problem
Hey
So far CN 1.5.3 works almost perfectly except for it pagination. I have downloaded the file from GitHub and the problem with the pagination is that it is unable to go back to page 1 from page 2, page 3, or page 4 onwards.
Example I am @ page 2 now with the URL,
www.site.com/example.php?start_from=5
The pagination [1] in page 2 will link back to www.site.com/example.php?start_from=5 while the pagination [3] will link to www.site.com/example.php?start_from=10 (which is correct).
Another example is I am @ page 3 now with the URL,
www.site.com/example.php?start_from=10
The pagination [1] in page 3 will link back to www.site.com/example.php?start_from=10.
So basically, all of the pagination [1] in any pages will link back to the current URL page you are on. It will not give me a start_from=0 in my URL.
Please help me with this! Thanks