Title: Fixes a nagging problem with WordPress comments
Last modified: September 3, 2016

---

# Fixes a nagging problem with WordPress comments

 *  [Brian Shim](https://wordpress.org/support/users/brianrshim/)
 * (@brianrshim)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fixes-a-nagging-problem-with-wordpress-comments/)
 * If you like to display the latest comments on your site with paging, then WordPress
   will display the last page of comments, even if that page only has one comment
   on it!
 * This plugin fixes this problem. The folks at WP should really fix this in the
   core.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Brian Shim](https://wordpress.org/support/users/brianrshim/)
 * (@brianrshim)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/fixes-a-nagging-problem-with-wordpress-comments/#post-7982701)
 * No longer working in WP4.4, unfortunately.
 *  [treibstoff](https://wordpress.org/support/users/treibstoff/)
 * (@treibstoff)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fixes-a-nagging-problem-with-wordpress-comments/#post-7982702)
 * yes indeed…doesn’t work anymore.
    The error message says it’s: Division by zero
   in /fix-reversed-comments-pagination.php on line 95 `$page_num = 1 + ceil($total_top/
   $per_page) - $page_num;` The the author does not check if $per_page is 0 or not
   before doing the division and apparently $per_page is 0.
 * a solution is needed.
 * please!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fixes a nagging problem with WordPress comments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fix-reversed-comments-pagination.
   svg)
 * [Fix Reversed Comments Pagination](https://wordpress.org/plugins/fix-reversed-comments-pagination/)
 * [Support Threads](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/)
 * [Active Topics](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [treibstoff](https://wordpress.org/support/users/treibstoff/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/fixes-a-nagging-problem-with-wordpress-comments/#post-7982702)