This does sound very challenging. post-new.php
isn’t template really. It’s a full–featured endpoint, that is PHP script directly requested by browser and processed by PHP engine as entry point. There is no good point to intervene this early in the process.
The bulk of output is handled by wp-admin/edit-form-advanced.php
which is hardcoded in it as well and not meant for override.
Depending on what needs to be done I could think of two approaches:
-
Methodically unconfigure, override, and otherwise strip all the features from edit screen until it’s reasonably blank slate.
-
Build completely separate admin page altogether and use it instead of native one for the case.
Related Posts:
- Placing a Custom Post Type Menu Above the Posts Menu Using menu_position?
- Remove “posts” from admin but show a custom post
- Is it OK to move admin menu items?
- How do increase the amount of links shown down the left in the admin menu?
- Possibilities for the edit.php admin panel? [closed]
- How to customize `Edit-Post` Screen
- How to avoid hardcoded text in a custom page template?
- Admin Pointers on a custom post type
- Query with no terms uses index.php template instead of archive.php
- Add a button or image button that calls wp functions in the wp-admin
- Create template for taxonomy results limited by Custom Post Type
- 301 redirect for converted post type
- redirecting improperly after updating custom taxonomy term when referring from CPT edit page
- Template for custom post with custom taxonomy
- Selecting a post in Dashboard
- WordPress Custom Post Type Children Template
- Custom Post List View: Page or something else?
- Custom admin post.php page
- Getting template_include to work when allow_url_include is off?
- Custom Taxonomy back-end customizations
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Custom post type content using custom fields without template
- Child post with numeric only slug keeps redirecting to parent
- Custom post types as sub menu pages and role capabilities issue
- 2 Templates 1 custom post type according url
- Filter term taxonomy metabox in custom post type
- Custom taxonomy and custom post type – wrong permalinks and template
- Redirect 404 page with ID in slug to associated page with same ID in slug
- CPT post count is 0 for the authors in the User list
- Can I override a CPT template on a per post basis with Gutenberg block editor?
- Addition of custom option panel crashes Media Library & Admin Area
- How to display Custom Taxonomy under Custom Admin Menu?
- redirect automatic page that serves custom posttype content
- Able to edit custom post, but unable to create new custom post when within submenu. What capability is missing?
- Add Custom Post Type as top level menu item for a custom page
- Tracking changes in admin-page so user gets warning when leaving the page
- Content vs Template on custom post
- Add Custom Post type menu to another menu in specific location
- Filter hierarchical custom post type admin page by parent, and include children & grandchildren
- Admin Filter – Add Post Type Description on Post Type Page
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- How to use custom template files in deeper directory?
- Redirect custom post type category to other custom post type category
- WordPress Doesn’t Generate Taxonomy Archive
- WP-ADMIN – Listing all CPT in “posts” listing
- A case for Hierarchical Custom Posts
- manage_edit-{post_type}_sortable_columns sorts, but wrong!
- How to remove post listing page for a custom post type
- Custom taxonomy returns 404
- Filter widget outputs
- Adding Page Templates to post but it ignored it
- Template for all categories of a custom post type?
- Custom Postype specific changes in admin panel
- Migrating a taxonomy’s tags to the native category
- Can slugs from posts and custom post types conflict?
- Flush Rewrite Rules when new site is created on network
- Grouping of CPTs and taxonomies into menu groups in admin
- 2 Different Custom Post Types in Submenu
- WordPress custom taxonomy template not working
- Some posts from custom post type to subdomains
- How can I get this request to use the Custom Post Type page template instead?
- How to specify a template for a path like http://example.com/something?
- Custom templates for a specific category
- Archive for a Taxonomy of a Custom Post type
- It’s possible to hide body copy box for a custom post type?
- Show data from one Custom Post Type in another Custom Post Type
- Custom post type pages return 404 page?
- WordPress 3.9 not using custom template
- Add a custom text to admin footer in a Custom Post Type page
- Template files for Custom Post Type and Taxonomy
- Set templates for custom post types
- Creat new admin url for custom post type
- How to Create Template File for Parent Page of Custom Post Type
- Custom Field values not Showing in Edit Page of Custom Post Type
- Changed permalink structure of CPT – should I redirect?
- Custom post_type search pages
- Ordering Submenu Pages in WP 3.1
- WordPress custom post type capabilities issue
- how to remove pages loading with the archive templates
- Custom URL redirect in WP
- Main query not querying any posts in custom taxonomy template
- Custom Empty Results page for my Custom Post Type
- Custom posts template page
- Set thumbnail and title for a post type archive (not post itself!)
- Loop through custom posts by taxonomy and display the titles in a list, it is repeating 8 times
- Custom WP_Query doesn’t display all posts
- How can I use archive-{post_type}.php theme template?
- Redirect to archive is single post has a certain term assigned to it?
- How to group navigation items in the admin panel
- make permalink go to a custom single.php file
- Add Previous/Next Buttons to CPT Single Pages Only
- Conflict between Capabilities and Menu Visibility with Custom Post Types
- Redirect to first child on Custom Post Type (without template)
- Creating Sections for Post Types
- Custom post types with categories in template
- Creating separate feeds for custom post types
- Which file/template is in charge of taxonomies for custom post types?
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- Create field of Custom Post Types
- How can I trace inconsistency in loading a template?