Is there an URL I can access, or an argument that can be passed, to disable pagination on the reader’s side? The blog uses standard WordPress comment pagination, i.e.,...
I would like to reverse the comment pagination numbers so that the newest comments show on page 1 instead of the last page. I did an array_reverse for the...
I want to build a page that would display all comments, regardless of which post they’re attached to. I also want that page to be paginated, since it’ll potentially...