Thanks much for this! I’m also a Netfirms user, and this fixed my own “previous entries” problem like a charm.
I’d just like to add that not just “$index” should be removed from that last bit, but “$index .”, leaving it looking like:
$qstr = '?' . $page_querystring . '=' . $pagenum;
I originally left the ” .” and all hell broke loose on my blog. What fun!