I can’t take credit for this one, I found the answer here.
Basically, in your template, before the ‘loop’ call (i.e. while (have_posts()) : the_post(); ) add this:
$posts = query_posts($query_string . ‘&nopaging=1’);
I can’t take credit for this one, I found the answer here.
Basically, in your template, before the ‘loop’ call (i.e. while (have_posts()) : the_post(); ) add this:
$posts = query_posts($query_string . ‘&nopaging=1’);