Page navigation within a category
For this particular problem you need to change this.. <?php if ( $wp_query->max_num_pages > 1 ) : ?> For.. <?php if ( $my_query->max_num_pages > 1 ) : ?> However, like Rarst said, if you’re looking to change the “main” query, then query_posts is really what you’re looking for, and the change above wouldn’t be required … Read more