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
- Create 5-6 pages
- Under Screen options in admin screen, set Pagination to 2
- Reload page and observe that pagination is visible.
- 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
Describe the bug
Pagination is hidden/disabled when "Sort by Order" is clicked. As per investigation by @dkotter, having the
titlevalue inorderbycauses this.props @tlovett1 @dkotter for raising and investigating the bug.
Steps to Reproduce
The expectation is that pagination should be visible when Sort by Order is clicked.
Code of Conduct