Indeed there is a way.
function wpa53074_admin_exclude_page( $query ) {
if( !is_admin() )
return $query;
global $pagenow;
if( 'edit.php' == $pagenow && 'page' == get_query_var( 'post_type' ) )
$query->set( 'post__not_in', array( 99 ) ); // <- page ID to hide
return $query;
}
add_action( 'pre_get_posts', 'wpa53074_admin_exclude_page' );
Related Posts:
- Replace Dashes Before Title in Page List
- Can I display the widget admin in the page admin?
- Change admin startpage to Pages-page?
- Only allow new subpages to be created
- How to disable Page Attributes dropdown in wp-admin
- How to change redirect after moving a page to trash?
- Dashboard–> All Pages “How to create folders?”
- How to make certain page templates visible to admin only
- What is the optimal way to filter out subpages from admin?
- Add a Menu Link (to a WordPress Page) in the Admin Menu/Sidebar
- Remove pages from backend list *and* update counter accordingly
- Create subpage – filter parent pages list
- Edit page’s “Restore the backup” link does nothing
- Missing ‘Page Attributes’ in page edit
- Admin pages, edit notes of the title of posts and pages
- Can’t locate a hidden private page
- Role – edit page but not publish
- Any Ideas for Including “More Tag” with get_pages($args)?
- Adding Page URL to the Pages Admin Table
- How to use is_admin in page content?
- Can I change the “Home” text in the menu?
- Change page name in admin list
- logout redirect only from admin page
- Is it possible to restrict access to specific pages in the admin area based on the page slug?
- Publish page by invoking submit via jQuery
- create 2 custom columns in page edit in Admin panel
- Add Filter to Ignore a Post/Page or a Number of Post/Pages
- accessing the Admin page
- remove “Edit” from select pages
- How to filter page title for certain page?
- Hide Admin posts & pages in Dashboard
- Display child pages on homepage template
- Adding CSS styles to Admin Area PAGES only (not POSTS or CPT)
- Custom Filter using meta_value in wordpress admin list not working
- Group Pages based on Parent in Admin Area
- disable trashability for certain pages
- Custom admin menu for a selection of pages
- page wordpress add extra unwanted stuff
- Adding a filter to wp_edit_posts_query() to prevent hierarchical display of pages
- How to access variables from one plugin in another
- How to make a secondary Pages Screen
- Remove element from admin page editing part
- Create a page without adding a page in the Database
- What methods to use to create small, editable pieces of text for static pages?
- What is an alternative to get_page_by_title()?
- Require title for pages
- Add a new page to wordpress programmatically
- Get Permalink for the top level parent of child pages
- Get page id by title?
- List all pages and children in separate ul
- How do I load custom scripts and styles for a page?
- How should I best incorporate WordPress in my static website?
- Show TwentyEleven header image only on home page
- Placing google maps into a wordpress page using the wordpress page editor
- Backend option to include a javascript file on specific pages?
- Template for child pages / subpages
- How to open a phpBB forum in the same website as sub-page [closed]
- Why do pages in WordPress have a hierarchy but menu’s also have a hierarchy?
- Text Editor Tags
- Column Images Showing Gaps
- Custom page template with entirely different design. Is it possible in?
- Adding a Clone link to product attributes – post_row_actions() filter, or how to override a Class question
- How to edit a HTML list in WordPress?
- Is it possible to activate page template without manually selecting it in wp-admin?
- Excerpt Now Showing on the Post Page
- All Pages visible on the Frontpage
- How do we exclude multiple pages (like opposite of is_page)
- Create page template with some static contents
- Can I schedule my site to launch at a set time and date?
- If I use a static page-slug.php for a page, is the database still queried?
- “Virtual category page” based on a custom field filter
- Using page-something.php as static front page
- Get all children titles of a page as a link to them
- Two different pages that share the same content?
- custom page templating in WordPress
- WordPress – Retrieve a Page if it’s a direct descendant of another Page
- After creating a new page, filling the page with structure
- Identify that a page is a grandchild page
- Page Slug Won’t Change – Can’t Edit Archive Page With Slug or Reassign Slug
- Cover block always has margin
- Randomize post (and page) IDs on generation
- When I enter password, I’m redirected to the WordPress login form
- How do I add a new item to this menu on the Add New Page section?
- how to change permalink for dynamic page without 404 error
- Problem with deleting a “Page”
- Display different pages based on form entry
- Adding styles/scripts to specific page
- Maximum number of characters in a wordpress page?
- How to get sort content by page id?
- Multiple pages to show posts
- How to finish this loop?
- Page can not be updated and disappeared in “show all page”
- All the pages are blank [closed]
- Approve Page Edits
- CSS Styling for a Page/ Site made with Pagelines
- Static front page with excerpt
- Remove pipe in views admin page filter
- How do you add a featured image to a page (not post)?
- All pages duplicated like a mirror with critical errors
- Change the environment for creating a WordPress page