Topic: wrong pagenumbers if there are tooo many posts
Hi there,
I was just reading your new source.
I found one thing that might cause problems:
f.e.:
$num_pages = ceil(2364 / 20);
will return: 119
but there are only 118 pages.
so there will be one empty page.
any ideas? I am just thinking on how you can fix this.
regards