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...
  • May 5, 2022
  • 0 Comments
IT Nursery
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...
  • April 30, 2022
  • 0 Comments