I am using WP-PAGENAVI (great tool) and it was working great until I reversed the order of posts.
In order to reverse the page order I entered the following string in category-video.php
<?php query_posts($query_string."&orderby=date&order=ASC"); ?> before the line that says <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Interestingly enough before I reversed the order everything worked great. In addition, when I look at the rendered HTML, the page navigation is generated in the DIV. However, after reversing the order, the DIV in the generated HTML is blank - just the start and end tags for the DIV