• 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

    (@brianrshim)

    No longer working in WP4.4, unfortunately.

    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.