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
- Can I assign a template to a custom post type?
- How can I remove the “Add New” button in my custom post type?
- Searching multiple custom post types and pages
- Taxonomy, Terms, and Template Files
- How do I filter the excerpt metabox description in admin?
- Is it OK to move admin menu items?
- Using Templates with Custom Post Type UI
- WordPress Custom Post Type Admin Page really slow
- Post slug changed using code doesn’t reflect on editor when post is published
- WP Admin default view mode for Custom Post Type
- Custom Post Type Archive URL takes over page URL
- Remove date and category filters when editing custom post types
- Custom Post Type Archive Template
- Custom templates for posts like for pages: page-{id} vs single-{id}
- Posts in Multiple Columns and Rows with one single loop
- How to programatically set the post title of a CPT on wp-admin
- Display different gutenberg template from selected post attributes
- Custom Post Type Name Causing Problem
- Trying to manage templates on a blog with lots of custom taxonomies
- How to get current post id of a custom post type in a loop using template singel-{custom type}.php?
- Pagination Issue: Custom Post Type In Index
- WordPress User Roles, Custom Post Types, and Admin views
- Create second custom 404 page for selected post type
- Need functionality with all post list available at edit.php
- How to remove ‘create new post’ entry for a custom post type?
- Change headers in admin posts list
- Custom Post Type + 20k posts = blank/404 within Admin edit.php [duplicate]
- Create Template for Custom Post Type same like for Page
- Remove rows in the manage post/page view
- Display post meta on edit page in admin
- 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
- Custom taxonomy and custom post type – wrong permalinks and template
- Can I override a CPT template on a per post basis with Gutenberg block editor?
- Possibilities for the edit.php admin panel? [closed]
- Filter hierarchical custom post type admin page by parent, and include children & grandchildren
- WP-ADMIN – Listing all CPT in “posts” listing
- A case for Hierarchical Custom Posts
- Custom taxonomy returns 404
- Custom Postype specific changes in admin panel
- Flush Rewrite Rules when new site is created on network
- Custom post type pages return 404 page?
- Add a custom text to admin footer in a Custom Post Type page
- Set thumbnail and title for a post type archive (not post itself!)
- make permalink go to a custom single.php file
- Which file/template is in charge of taxonomies for custom post types?
- Change link for “add new” buttons on custom post type
- Custom post type is using the index.php template
- Template code to split a post and print a custom field?
- How to create a template to show child terms of a MAIN taxonomy
- Custom capabilities not reflecting on admin panel
- How to limit what Editors see in the admin?
- Archive Template being used instead of Category Template for Custom Post Type
- List of a specific Custom Post Type in Custom Template
- Custom Attachment Type
- Require custom post type if is_admin() – template doesn’t show up?
- Sort by post word count in admin area
- Set generic reservation form for custom post type
- How can I allow users to edit text that will be displayed on a custom post type archive page?
- How to display magic field’s custom write panel in wordpress theme?
- handling templates and widgets for custom content types
- Admin slow on Postlist (over 30k Posts in Database)
- Put featured image under post title in admin area
- Add custom template ‘sub-page’ to Custom Post type?
- Load info from customposttype into template page
- custom post template design with dropdown option
- Custom post type single page uses the right template in preview mode but shows a different template after being posted
- Warning , Use of undefined constant PLUGIN_PATH?
- Post Attribute Section missing for Custom post type
- How do I create a customised table list of a custom post type (in the admin area)?
- How to redirect from wp-admin/edit.php to a frontend page for specific custom post type?
- How to assign post to category
- exclude admin archive edit screen
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- Custom taxonomy with custom post type template not showing
- Custom post meta box as a sub form
- Single taxonomy for different custom post types
- Values show up in custom home page but not in custom post pages
- How should i name the .php file to show custom posts under a taxonomy’s term?
- Organising custom taxonomies and custom post types
- Add filter button to custom post type in admin area
- Include template if a post is a single product
- “Trash”, “Draft” and count not showing for custom post type in admin panel
- How to decouple custom post types components from template?
- Show Templates in Custom Post Type Editor
- template structure for CPT not clear
- Parent to another Custom Post Type – Template files not being recognized
- How to avoid hardcoded text in a custom page template?
- Having some trouble properly displaying Custom Post Types in templates
- query_post while (have post) get_template_part()?
- 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
- Problem retrieving custom field for a custom post type
- Only One Post of Custom Post Type Appearing on Template Page
- Choose custom post type template by category
- using a template for more then 1 page
- Custom post type is_singular condtional not working when managing sidebar display
- Custom order of CPT posts by title, in wp-admin area by default