try to add the paged parameter to the query: <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; ?> <?php $cool = new WP_Query('cat=5&posts_per_page=30&gdsr_sort=votes&gdsr_multi=0&gdsr_order=desc&paged=' . $paged); ?>
try to add the paged parameter to the query:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; ?> <?php $cool = new WP_Query('cat=5&posts_per_page=30&gdsr_sort=votes&gdsr_multi=0&gdsr_order=desc&paged=' . $paged); ?>
alchymyth on "Pagination issue"