If that listing has too many pages, maybe you’ll run into troubles.
You probably already know that this can be set in the Screen Options of the page http://example.com/wp-admin/edit.php?post_type=page
.
If you try to put a really high value there, this warning pops up and the system doesn’t accept it:
But the following permanently sets this value to 2000.
I don’t have more than 999 pages to test if that limit that WordPress is warning about will be overriden or not, but the 2k shows up after refreshing the page, and keeps there if you try to lower it.
add_filter( 'get_user_metadata', 'pages_per_page_wpse_23503', 10, 4 );
function pages_per_page_wpse_23503( $check, $object_id, $meta_key, $single )
{
if( 'edit_page_per_page' == $meta_key )
return 2000;
return $check;
}
Related Posts:
- Where can I edit Admin Panel Page file
- show/hide toggle for subpages in wordpress admin area
- Disable or lock parent pages from being edited in wordpress admin
- Admin panel: Javascript not loading properly. Cannot edit pages/posts [closed]
- adding the category to the admin column for a custom post type?
- Change page title in admin area
- How to filter by post-format in admin?
- how do I force a single column layout in screen layout
- Uploading Images in the Link Manager
- How can I make a Live Demo of my Premium Plugin? Are there security risks?
- How to add notification bubble for my custom admin menu page
- How to display the user that published a pending post?
- Making a client area in WordPress – Any good tutorials or plugins?
- How to get the post editor and media library to respect HTTPS administration mode?
- What’s the purpose of admin canonical tag?
- Copy my user account’s wp-admin dashboard layout to other users?
- Users are redirected to homepage instead of wp-admin
- How to show an error message after publishing a post?
- Is there a way to submit only meta box content in Post edit page
- Moving wordpress from localhost to server throws admin panel access error?
- Add custom admin menu item for pages using a certain template
- How to display multiple custom columns in the wp-admin users.php?
- WordPress custom permalinks not working on OS X localhost
- 500 Internal Server Error after Register dialog, but with successful registration
- How to Remove Checkbox for Excerpt Under Screen Options
- How to hide a specific user role option in a user role list?
- Block access to wp-admin
- Remove order field from Page Attributes box
- Stop loading “collaborators” users on add new post or page?
- Prevent /wp-admin/ from redirecting to homepage?
- Disable the administration email address verification (new in 5.3)
- https://mydomain/wp-admin redirects to wp-login.php?redirect_to=https%3A%2F%2Fmydomain%2Fwp-admin%2F&reauth=1
- Get which template being in use within WordPress-admin
- special characters after saving draft interpreted as �
- Allow administrators to pick post author on custom post type edit screen
- /wp-admin/ works but website doesn’t load
- Iframe being removed only for some users when publishing a page
- Add custom list menu on Posts page in admin panel
- Does it matter if two people are using the same WordPress admin account?
- Add column to pages table
- Use Password Protected Form without the use of wp-login.php
- redirect to a dedicated sign in page
- My email address is displaying an email which does not work. What do i do?
- Too many redirects after added SSL redirect on port 80 virtual host
- Register page in admin area
- Add menu page issues (permissions & position)
- Downgrade admin account by mistake
- Deploying WordPress for clients – what do they have access to?
- Removing Dashboard Menu Items Through The Database
- “WordPress installations is currently out of date” problem with difficult situation [closed]
- Can log as admin but dashboard missing [closed]
- Custom plugin admin page issues
- Making Comments, a sub_menu in admin menu
- Customising Word press Admin – Add Post Page functionality to another similar page
- How to add ‘Insert HTML Table’ button to TinyMCE in admin?
- How to allow WordPress updates to only one specific administrator?
- How can I remove commas when adding tags?
- Displaying Title in Title Tag on Edit page?
- How to add custom CSS and JavaScript file for wp- admin dashboard (backend)
- GoDaddy hosting wp-admin problem
- Cannot change Connection Information in admin interface
- How can I remove unwanted word on my WP site?
- Publish page by invoking submit via jQuery
- WordPress blog clone.. wp-admin issue
- How to take the help button and link off the dashboard
- How do I fix wp-admin error when exporting reusable blocks?
- issue with wordpress [wp-admin] redirects, when using kubernetes ingress hosting two wordpress websites using path
- Toggle between block ‘edit content’ and ‘select’ not properly working in WordPress Admin
- WordPress Admin extremely slow when other admin logged in
- Edit post & page option does not display on latest wordpress
- Can’t acces login on new site
- WordPress Admin Panel Left Sidebar No showing on Post create page
- WordPress Migration Post Problems
- wp-config.php not affecting my site
- How to prevent spams from admin-ajax.php file?
- After changing Site http to https, can’t access wp login page with a digitalocean hosting
- Can’t access WP-Admin via HTTPS
- Pages in wp-admin is not found 404
- Strange wp-admin problem for all users/adminstrators except the original one?
- adding existing menu page on new customer user role
- stop customize.php redirect to login page if admin is not logged in
- Random authentication failures on a load balanced WP setup
- Can I get programmatic access to wp-admin?
- Strange URLs admin area bug
- remove_query_arg on options.php
- wp.svgPainter cannot init error, causing issues with admin panel
- mysql_escape_string PROBLEM
- Cannot access my wordpress website
- Organising and display thousands of photos in media library
- Custom comment action
- Get URL of current featured image with JS in edit post view
- get_current_screen – ‘Trying to get property of non-object’ error
- Block tools menu in wp-admin?
- is_admin() triggers error
- WordPress Admin: open popup window on a custom button
- Modify admin panel tab position
- not able to add thumbnail custom field in dropdown
- WordPress blog fails to open
- wordpress admin is broken [closed]
- Https Website: CSS and JS files load in http and admin page does not load too