• My site has a lot of comments, so I broke them up into pages. so if i had 84 comments and broke them into pages of 40 it would go like this:

    page 1: comments 1-40
    page 2: comments 41-80
    page 3: comments 81-84

    But I like to put the most recent ones first, so I display them in reverse chronological order. This give me this:

    page 1: comments 1-4
    page 2: comments 5-44
    page 3: comments 45-84

    The first page gets the orphans. Is there any way to get the full 40 on that first page?

  • The topic ‘Paginated comments in reverse order is perverse’ is closed to new replies.