Seeing the image you posted, you have two sane options:
- Implement a frontend add/edit UI
- Hide the posts admin UI and build your own
Considering that eitherway a rewrite is needed, I recommend using the frontend.
If you really want, you could hide all the metaboxes etc on the edit page and add your own at the bottom, but, this is 95% of the work for the above, in addition to hiding all the rest and tracking changes across versions, and the eventual maintenance nightmare.
Refer to wp_update_post
, this will be the function you use to update the post in your save routine when the form is submitted
Related Posts:
- How to override post-new.php with custom template
- Templating advice sub posts of a CTP
- How to redirect from wp-admin/edit.php to a frontend page for specific custom post type?
- How to assign post to category
- Question on templates
- Assign for all post of a post type a specific single-post template
- exclude admin archive edit screen
- Custom post type option page template
- Simple Data picker meta box
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- Taxonomy template file not working with a taxonomy that contains a slash
- taxonomy – templates are not loading
- Custom taxonomy with custom post type template not showing
- Custom taxonomy template for custom fields loop [closed]
- get_permalink() of page the enclosing page not posts
- Custom post meta box as a sub form
- How can I load Template file from wordpress plugin
- Templates for CPT not working
- How can I find out what template is my custom post type using?
- WordPress Custom Post Type – Post Attribute: Template. Template shows up and saves on the back end, but the default theme file is being rendered
- Single taxonomy for different custom post types
- Values show up in custom home page but not in custom post pages
- How to Create a Default Fixed Custom Posts layout for text and images
- Can I organise my custom post types by page?
- Why did permalinks setting affect the pages?
- Group based routing and administration
- How should i name the .php file to show custom posts under a taxonomy’s term?
- Limit Number of Custom Post Type Dashboard
- I want to create an archive and single page for a custom taxonomy for a custom post type
- Organising custom taxonomies and custom post types
- Add filter button to custom post type in admin area
- How to make a custom search template for custom taxonomy?
- Include template if a post is a single product
- Custom post type with two templates
- Custom Post Type tag taxonomy “Page Not Found”
- “Trash”, “Draft” and count not showing for custom post type in admin panel
- DIVs not showing correctly on CPT?
- Edit is changing my custom’s post type parent id
- Loading a template for a URL pattern
- How to decouple custom post types components from template?
- Why isn’t my custom post type using the corresponding custom post template?
- Show Templates in Custom Post Type Editor
- template structure for CPT not clear
- Redirect to different template other than single-custompost.php
- Custom Homepage As Single Page or Custom Post Type?
- Parent to another Custom Post Type – Template files not being recognized
- WordPress Custom taxonomy template
- custom post type plugin – single template
- Use one template for different custom post types with the same markup
- How to avoid hardcoded text in a custom page template?
- Custom Post Type Pagination Problem in Admin Section
- Custom page template not being called
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Querying multiple taxonomies in URL leads to wrong taxonomy archive
- Load different template for CPT (in loop) in my plugin?
- Search page for custom post type
- Filtering in admin broken for custom post type in 3.8.1?
- How can I pull information from my loop and divide them seperately?
- Custom post type pagination, single page issue
- Multisite – Echo admins profile meta
- Having some trouble properly displaying Custom Post Types in templates
- Custom post type won’t take my custom fields
- Custom template support for custom post type?
- Change the text on the Publish button
- Storing postID in session variable to query database when visitor on custom template page
- Show a custom field instead of username in the backend author area
- query_post while (have post) get_template_part()?
- Custom Post Type Template based on Taxonomy
- Can’t preview custom post – Redirected to home page
- How to make an admin create/edit post page to look like taxonomy page?
- Template with Custom Post Type (Custom Tables) does not work
- Using custom post types within a section of a template
- Listing all custom post types using a specific term on the said term’s template page, in groups
- Show posts of parent in edit.php
- admin search of pages returns custom post types
- Specifying Default Template for Hierarchal Custom Post Type [duplicate]
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- Custom Post Type Template Based on Page Slug?
- how to pass args for archive.php query?
- Navigation links to posts in current term shortcode
- How to make a template for a specific post of a custom post type?
- Problem retrieving custom field for a custom post type
- Only One Post of Custom Post Type Appearing on Template Page
- CPT Template Option to Top
- WP_Query is getting the post but the_post() not rendering any Post
- Apply text based styling done for a single post in WPBakery to all posts / create a template out of it [closed]
- Show my custom post id if a country or ip
- PHP Button Custom link [closed]
- How to create custom page templates with default page layout framework?
- Choose custom post type template by category
- using a template for more then 1 page
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- Custom post type is_singular condtional not working when managing sidebar display
- Why isn’t page attributes dropdown not showing up in a custom post type
- Custom order of CPT posts by title, in wp-admin area by default
- 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?
- How to check if a custom post type uses a custom template?
- Custom post type template not loading from plugin
- How can I allow plugin users to define layouts for a custom post type