10up / simple-page-ordering

Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
https://wordpress.org/plugins/simple-page-ordering/
GNU General Public License v2.0
143 stars 22 forks source link

Pagination is hidden/disabled when "Sort by Order" is clicked #164

Closed Sidsector9 closed 9 months ago

Sidsector9 commented 9 months ago

Describe the bug

Pagination is hidden/disabled when "Sort by Order" is clicked. As per investigation by @dkotter, having the title value in orderby causes this.

props @tlovett1 @dkotter for raising and investigating the bug.

Steps to Reproduce

  1. Create 5-6 pages
  2. Under Screen options in admin screen, set Pagination to 2
  3. Reload page and observe that pagination is visible.
  4. Click sort by Order and observe pagination is not visible.

The expectation is that pagination should be visible when Sort by Order is clicked.

Code of Conduct