WP_Query and next_posts_link

try passing max_num_pages to the function:

next_posts_link('Older Entries »', $loop->max_num_pages);

Leave a Comment