Removing support for page attributes will prevent that box from appearing…
function remove_page_attribute_support() {
remove_post_type_support('page','page-attributes');
}
add_action( 'init', 'remove_page_attribute_support' );
… but I don’t know if you need attributes support or not. If you don’t that is the fix.
If you do, you will need to remove the box as per @KrzysiekDrozdz’s answer, but to be able to use those attributes you will have to rebuild that box, the original is here, in such a way that it works for you.
Related Posts:
- WordPress admin screen very slow / timing out when editing or adding a new page/custom post
- remove “Edit” from select pages
- Can I display the widget admin in the page admin?
- Change admin startpage to Pages-page?
- Increment Page Order As Pages Are Created
- Only allow new subpages to be created
- Is there a way to remove or hide individual pages on the Edit Pages screen?
- Is there a way to stop WP editor deleting
- How to build a post and comment editing form in a page?
- 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
- How to get the order attribute of a page
- Add a Menu Link (to a WordPress Page) in the Admin Menu/Sidebar
- Remove pages from backend list *and* update counter accordingly
- 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
- Trying to Edit a Page but it sends me to a Product Edit page
- Role – edit page but not publish
- Adding Page URL to the Pages Admin Table
- Edit Parent page drop menu when creating a page
- How to use is_admin in page content?
- Cannot enter “::before” for li tag when editing a WordPress page
- WordPress 3.2 – removed ability to select a page template in the page attributes when adding a new page?
- Disable ADD PDF media button on rich text editor
- 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
- How can I edit pages from my local environment?
- How to use the full page
- After creating a new page, filling the page with structure
- accessing the Admin page
- Removing add new pages form editor role
- Adding CSS styles to Admin Area PAGES only (not POSTS or CPT)
- Group Pages based on Parent in Admin Area
- disable trashability for certain pages
- Custom admin menu for a selection of pages
- How to access variables from one plugin in another
- Default pages to be unpublished – possible?
- Page-parent field not appearing in editor [closed]
- How to make a secondary Pages Screen
- Remove element from admin page editing part
- Show more than 20 items in pages or posts edit dashboard
- How to display last 3 posts (recent posts) in a static page?
- Editing Complex Pages in Visual Mode
- Multiple areas of dynamic content in a page
- How to create virtual pages with information from user meta profile fields?
- Private pages that work when you are not logged into WP admin
- The entire content of my WordPress page has disappeared
- What is the proper way to get contents of a page?
- How to make content editable from admin page?
- Can I include Javascript/jQuery in a page?
- conditional tags- how to use with shortcodes
- List all private pages user has access rights to read
- How to update the counter of private pages in the dashboard?
- Any Ideas for Including “More Tag” with get_pages($args)?
- Using in-build Visual Composer param types in custom param types
- Google Analytics tracking code on just one page?
- Add categories and posts to page hierarchy
- Admin taking a very long time to load
- Hide page templates without using ‘unset’
- Custom page with queries returns 404
- WordPress Site Page Exists but Error 404
- How to capture GET argument on static page
- Is it possible to check for shortcodes on a page?
- Can I “protect” a page with a form asking for an email address?
- Use same page-mypage.php template for several pages
- How to create “custom page types” with different custom fields in them?
- How to create cutom link for page
- creating single page with 2 columns while theme is 3 column
- Outputting content from page
- Use an archive as the parent of a page?
- Function to add custom HTML into head in custom post-type list page
- Default scripts added to each admin page
- Displaying the blog entries in a Page (using get_posts to retrieve the posts)?
- products category page editing
- Different template parts when on different pages
- Updating page template pragmatically
- Adding in additional pages into a custom theme
- wordpress page navigation numeric pagination showing same posts on each navigation
- WordPress dosn’t save page/post updates
- How to retain HTML5 Attributes on Markup
- WordPress Page All Content In Template Good Or Bad Convention?
- Displaying Content Only in Certain Page IDs Not Working
- WordPress white screen with “All Pages”
- Annoying notification when trying to create a new page
- Page stuttering on load
- How To List Sibling Pages And Include The Featured Image?
- WP Template Hierarchy – Need help choosing the correct templates
- the_content() Returns post content when I want page content
- how bbPress and buddypress add their own page templates to the page template drop down on the page editing screen
- Can’t select a page using is_page()
- Does WordPress list all pages for crawlers?
- one time visit to the page
- How to display child page from specific parent page in homepage?
- How to display text of a page in home or custom page?
- What Role to assign remote site developer?