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?
- Resolve a custom post type name vs. page permalink conflict (same slug)
- Loading External Scripts in Admin but ONLY for a Specific Post Type?
- tag.php doesn’t work with tags on a custom post type post?
- Assign single template to multiple custom post types?
- Add Content to Page without shortcodes
- Can I have Post Types under other Post Types in Admin menu?
- Hide/Show only specific categories in wp-admin new-post.php
- Custom taxonomy query for a custom post type
- Need some templating advice for templating with custom post types and taxonomies
- Menu position (admin menu) of pages
- Custom Metabox with Taxonomy Dropdown – Saving Issue
- How do I redirect all 404 errors of a specific post type to another URL?
- Template tags to display custom post type posts in category template?
- How do I create new content pages for my Custom Post Type?
- How to Change the Title of a Meta Box on a Specified Custom Post Type? [duplicate]
- Display posts of child category in template
- custom taxonomy – Template not working
- Create separate template for shared custom taxonomy with shared terms
- Changing the header on post listing page in admin area
- wordpress 3.4 template files in subdirectories
- How to add new tab to admin list of posts and handle result list
- How do I provide a “show all posts” link in a paginated term archive?
- Show hierarchical relationship between to custom post types on admin list
- I am trying to output portfolio items with a picture. This code doesn’t seem to be working. What am I doing wrong?
- Help with CPT template pagination
- How to customize admin posts based on the user who is logged in
- Merge multiple custom post types in a single archive template
- Trying to edit the single page from a Custom Post
- Admin notice not displaying
- submenu item edit a specific post
- Custom Taxonomy Permalinks Redirection
- Custom Post Type template stored in plugin folder not showing in post attributes dropdown
- Move custom post menu to under plugin admin menu
- Modify action buttons for custom post type
- How to clone the “Projects” Custom Post type in Divi theme
- With two custom post types, how to make one a child of the other in the admin menu?
- Add a button or image button that calls wp functions in the wp-admin
- Custom admin post.php page
- Custom Taxonomy back-end customizations
- CPT post count is 0 for the authors in the User list
- Able to edit custom post, but unable to create new custom post when within submenu. What capability is missing?
- How to use custom template files in deeper directory?
- How can I get this request to use the Custom Post Type page template instead?
- Creat new admin url for custom post type
- Custom posts template page
- Custom WP_Query doesn’t display all posts
- How can I use archive-{post_type}.php theme template?
- Add Previous/Next Buttons to CPT Single Pages Only
- Getting post attchment URL to populate a CPT Admin Page Column
- Create short URL with auto 301 redirect
- How do I assign a block template (.html) to a custom post type?
- Custom Post Type setup
- Apply template by path/slug related to custom post type?
- How do I edit the WordPress post.php file?
- Custom Post Type homepage template
- WP not recognizing custom post type / template
- Display Posts Query with IF function
- Set generic reservation form for custom post type
- One Custom Post Type two different Templates
- handling templates and widgets for custom content types
- Change ordering of fields of custom post type in admin page
- On click some element i want to use some template
- Put featured image under post title in admin area
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- Post template with breadcrumb needs to show page navigated from
- Add Custom Field in Product in WP Admin and send to Order Webhook
- Publishing failed. The response is not a valid JSON response
- Warning , Use of undefined constant PLUGIN_PATH?
- exclude admin archive edit screen
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- Custom taxonomy template for custom fields loop [closed]
- WordPress Custom Post Type – Post Attribute: Template. Template shows up and saves on the back end, but the default theme file is being rendered
- Redirect users in first login to a dynamic link
- How to make a custom search template for custom taxonomy?
- Custom post type with two templates
- Custom Post Type tag taxonomy “Page Not Found”
- DIVs not showing correctly on CPT?
- Edit is changing my custom’s post type parent id
- Custom Post Type Pagination Problem in Admin Section
- Limit number of posts under a post type?
- Redirect preview single post link to a page
- Load different template for CPT (in loop) in my plugin?
- Search page for custom post type
- Change the text on the Publish button
- Template with Custom Post Type (Custom Tables) does not work
- Add top-level menu pointing to a different custom post type?
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- how to pass args for archive.php query?
- Navigation links to posts in current term shortcode
- CPT Template Option to Top
- How to create custom page templates with default page layout framework?
- Change CPT Edit Target Link for Admin List
- How can I produce multiple webpages with a different output based on one entry/Page/custom Page?