option to disable pagination on admin pages
-
A variety of admin pages (users, posts, comments, etc.) use pagination to present long lists. This makes editing multiple items in the lists harder.
Example 1: today I turned off tracebacks/pingbacks for all 56 posts in my blog. Because the Posts list is paginated and only shows 15 posts at a time, I had to do the following four times:
- go to the (next) Posts page;
- check the checkbox next to the Post label in the list header to check all 15 posts on the page;
- select Edit from the bulk actions dropdown menu;
- press the Apply button;
- select “Do not allow” from the Pings dropdown menu;
- press the Update Posts button.
If the list hadn’t been paginated, I would have had to perform those actions only once.
Example 2: today I reenabled comment moderation on my blog. So far Akismet has marked 149 comments as spam. I’d like to delete the actual spam by checking all comments, unchecking the few that are legitimate, and then deleting all checked comments.
But because the Comments list is paginated and only shows 20 comments at a time, I’m going to have to do that eight times (for now; this burden is ongoing).
Modern browsers load and display content incrementally, which means that a long list becomes usable long before a browser finishes loading it. And browsers load content fast over high-speed connections. And browser features like Find in Page make it productive to load all content into one page (I can type Ctrl-F and a search string much faster than I can find and use the search field embedded into WordPress pages).
I understand the value of pagination for the user-facing pages of commercial websites, where more pages means more page views (and thus more ad impressions). But that value doesn’t exist for admin pages.
Therefore, I’d really like to be able to turn off pagination for those pages and see one long list of posts, comments, users, etc.
- The topic ‘option to disable pagination on admin pages’ is closed to new replies.