Hmm – I have to wonder why you don’t just have the selection that you would have on the first page be in a metabox in the add new page – and maybe make it appear top right ?
Given that the implication is that they could change the prefilled data anyway?
Failing that, a possiblity may be to
1) add a separate menu item for your special page. (and/or remove add new )
2) submit of special page calls/includes “add new” file if special fields prefilled in _POST or _GET variable
3) metabox function will detect the prefilled variables and display them as you wish.
Kind of like this – it has a “a new link” from a settings page.
http://webdesign.anmari.com/2643/initial-content-for-a-new-page-or-post-wordpress-pleasant-surprise/
Related Posts:
- How to redirect to action on custom page within admin section
- Add New Button in Admin Panel
- How can I add an image upload field directly to a custom write panel?
- Is it possible to reuse wp.media.editor Modal for dialogs other than media
- How do i best handle custom plugin page actions?
- Which hook should be used to add an action containing a redirect?
- How do I improve this admin query snippet to avoid generating duplicate results on non-meta searches?
- Plugin API for easy admin list table generation, handling & exporting of MySQL tables?
- Export data as CSV in back end with proper HTTP headers
- Making a plugin file accessible via url rewrite?
- API to trigger prompt on leaving page
- Show message on wordpress admin dashboard
- Hook the Keydown Event in the TinyMCE Post Editor
- How do you create a custom edit.php / edit pages page
- Custom admin_notices Messages Ignored During Redirects
- Cancel post save
- Is it save to require plugin.php early to be able to use get_plugin_data() earlier?
- Create a clickable name in WP_List_Table for Plugin Admin
- Filters ‘request’ and ‘parse_query’ not firing in sites.php nor link-manager.php
- URLs of plugin resources?
- How to add custom content under plugin row in WordPress admin plugin list?
- How to put placeholder text in the main post input area?
- How to load the plugin only when logged in?
- WP AJAX is not working, always returns 0
- Redirect user to a particular link in 10 seconds after using wp_die
- How to run a external JavaScript file on wp-admin if admin, and other if normal user?
- Change template dynamically
- add a class when login
- Add a panel to edit post
- Using the default wordpress uploader inside plugin
- Modify users.php page to create page/post on button clicked
- Any problem in using native jquery ajax style instead of using admin-ajax.php?
- maintaing consistent layout wordpress dashboard
- Replacing Scripts in Admin Load_Scripts
- Problems with: manage_${post_type}_posts_columns
- Show custom data instead of 404
- Prevent third party plugin’s admin page access based on user type
- Admin – Handle data before creating or updating a post, page or custom post
- Password field is empty when using wp_signon();
- How can I replace content in the WP Admin area before an admin page is rendered?
- Using ReactJS in the WordPress admin for plugin development
- template_redirect or admin-ajax.php?
- Creating Admin Plugin – Content of a page is displayed at global scope as well
- Force HTTPS 301 redirect with hook
- How to load library scripts in admin from plugins in noConflict wrapper?
- Show error message after exception handled
- Add a new confirmation page before saving
- Issue with contextual help overwriting existing content
- Alternatives to DISALLOW_FILE_EDIT wp-config Constant? It Breaks Some Plugins
- How do I add a favicon that only shows during viewing of my plugin’s admin panel?
- How do I link to a php file in my plugin directory?
- How to create custom settings page for custom plugin
- 400 Bad Request, in wordpress theme development, wp_ajax
- How to import the css in the plugin admin area?
- Creating multiple wp_editer() text fields in for loop — the text/visual switch only works for first editor
- Displaying “One Time” Notification in Plugins
- Admin Subpages without Menu entry
- Filter for admin (back end) ‘reply to’ comment
- Data not insert and update through ajax and jQuery in admin page?
- How to redirect to login page when user not loggedin on a particular page
- Catching Form Submission in WordPress Admin Panel
- How to add custom view links to wp-admin/post.php?
- Is it possible to load the css just on my plugin admin page?
- AJAX button with success callback. (Titan Framework)
- jQuery UI tab does not work in the plugin page
- Disable Auto-Expanding Menu in WordPress Admin Menus
- Best practice for plugin: always detect admin-ajax call?
- How do I force a download in the admin area?
- Submit form to a different PHP file in the same plugin folder
- Plugin Development – Get Admin Url (Including cases where wp-admin is not used)
- Remove Permalink Meta Box not working?
- Remove Meta-boxes (Yoast SEO plugin) [duplicate]
- How to add text editor in plugin menu?
- Is there any way to pass messages from a script to a redirect target in a hidden fashion?
- Get cat parameter from admin-ajax
- How to make an admin plugin menu page go full screen?
- Custom payment method after payment user is logged out on thank you page
- WordPress admin panel not working
- Redirection from a specific page for users logged in but not with membership
- Redirect WooCommerce checkout to cart
- Change Label of custom post type
- redirect_to how to make it simply work with get parameter or similar?
- How to enable or disable check boxes in custom post type
- Unable to link CSS file
- How to display properly exception or echo string after posting in plugin?
- Same header/footer in Admin, across all network sites in multisite
- Get (eventual) permalink from post within Edit Post in Admin panel
- Any way to make Apache’s internal redirect work?
- How to add conent (text) to Add New pages form of admin in WordPress
- Issue with iframe in TinyMCE
- Forcing ALL plugin Admin menus into a separate menu
- How to load another page file of my custom plugin file
- Redirections the right way inside a plugin directory
- Post data in wp-admin to external database
- admin page passing $_POST variables to itself
- WordPress multiple user roles accessing on their information on one site?
- Loading jQuery library from WordPress admin
- How to change the headline title for an admin page in a plugin?
- How do I display and edit other posts within the ‘Edit Post’ area of Wp-Admin Dashboard
- How to prepend a header section to all pages related to my WordPress Plugin