WordPress AJAX Pagination with query_posts
In the end I found that it is not possible to update the pagination. The way I loaded the next lot of posts was by setting a post offset, and using a load more button. So in your ajax call where you are loading more posts, you need to pass over an offset value: $.ajax({ … Read more