Why dont wordpress break comments into pages as i choose in the discussion settings? i have set it to break into pages of 10, but it still shows 100+ comments on the blog posts.
i have uploaded my comments.php here so that you can take a look: http://pastebin.com/embed_js.php?i=7hByiuPV
Please help me with this since my pages are getting 100+ comments
i tried to check the comments myself, but i couldnt find anything and a reason why its not breaking into pages :/
anyone out there that feels like taking a look?
sharecommons
Member
Posted 11 months ago #
I'm getting the same problem on my blog. I have selected to show 25 comments but it is still loading 400+ comments on many of my posts. Can anyone help us please?
Your theme doesn't support comment paging. To get comment paging to work you need to add in previous_comments_link() - http://codex.wordpress.org/Template_Tags/previous_comments_link and next_comments_link() - http://codex.wordpress.org/Template_Tags/next_comments_link
Jarret, i added those to my comment.php file, and it showed me as two links (prev and next) but the comments are still 100+ in one page, even tho i added in wordpress that it should display 10 posts / comment.
can you help me fix this? perhaps i added the code wrong?
Screenshot: http://s17.postimage.org/jjvyy7yj3/Screen_Shot02456.jpg
Heres my comment.php
http://pastebin.com/embed_js.php?i=7hByiuPV