Complex query and posts pagination
First of all, the post_nav_link() function is used to paginate the main query on home and archive pages. It does not work with custom queries (unless you hack the main query which I strongly discourage, it is the same as using query_posts then). To paginate your custom query, you need to use next_posts_link() previous_posts_link() which … Read more