This is interesting.
The most intuitive selector for paged content would use the word 'page' to choose which page you're on.
This conflicts with WordPress's built-in post-of-type page.
Do we keep the human-friendly page=5 for paged results and direct folks to a type('page')->name('page-name-here') or change the interface for paging results to something else (or, god forbid, paged).
This is interesting.
The most intuitive selector for paged content would use the word 'page' to choose which page you're on.
This conflicts with WordPress's built-in post-of-type
page.Do we keep the human-friendly
page=5for paged results and direct folks to atype('page')->name('page-name-here')or change the interface for paging results to something else (or, god forbid,paged).