Pagination woes – Hide pagination if no more posts
-
Hi
I’m having pagination woes.
I’m using next_posts_link and have a custom ajax script running fetching the new posts.The ajax works fine – except that the next_posts_link shows even if there are no more posts.
The jquery does have this:
if (nextlink != undefined) { jQuery('#pagination a').attr('href', nextlink); } else { jQuery('#pagination').remove(); }But it doesn’t seem to do anything.
Any ideas?
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Pagination woes – Hide pagination if no more posts’ is closed to new replies.