WordPress doesn’t support such field placement in user profile. If you absolutely need to have your meta field after Nickname, you can use javascript to move form field from one place to another. Look at this example, but change it to move entire <tr>
.
Related Posts:
- Why can’t I hook into save_posts after admin_init?
- Why is `add_meta_box` not working?
- prevent post submission
- remove_meta_box for all post types doesn’t seem to work
- How to prevent further updates of custom meta when using actions to set one meta based on another
- Add custom action in post type
- add_post_meta | update_post_meta | Via the frontend
- save_post_{$post->post_type} action firing on second save
- Remove meta box except on category pages
- Create more Meta Boxes as needed
- Set Default Admin Screen options & Metabox Order
- How to set default screen options?
- How to create a front end user profile with a friendly permalink
- Passing error/warning messages from a meta box to “admin_notices”
- Add “upload media” button in meta box field
- Add a Meta Box for uploading a SECOND Featured Image?
- How to get a buddypress user profile link and a certain user profile field for the current post author?
- Does WordPress have a “Form API”?
- Metabox with checkbox is not updating
- How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
- What is the “Advanced” $context in add_meta_box?
- Removing panels (meta boxes) in the Block Editor
- Change The Title Of a Meta Box
- How do you update user_email on the front end in WP 3.3?
- WordPress SEO by Yoast: Hide Meta Boxes in Posts for Non-admins
- How to make open/closed and hidden/shown metaboxes status saved on a per-post basis?
- How To Remove The “+ Add New Category” Link From A Category Metabox
- Add default WordPress tag meta box to User Profile
- How can I create a taxonomy meta-box with search suggestions but no new terms input?
- Remove the Featured Image Meta Box
- Remove the Yoast SEO Post Metabox [closed]
- Best practices for meta box placement?
- Creating a metabox to upload multiple images
- How Does WordPress Remember Metabox Positions?
- Sample code for validating custom metabox?
- Post custom metabox textarea using wp_editor
- How to Add Reminders/Notes to New Post Meta Boxes
- How do I get attachment_id?
- Removing Metabox for “Slug” without removing functionality
- How to reorder meta box position?
- Prevent sorting and dragging of specific postbox metabox
- Get basic Image Uploader on User Profile Page
- One metabox for multiple post types
- How do I position meta_box on post edit screen after the title?
- How to add a class to meta box
- Where the Nickname is being used in WordPress
- Has anyone successfully integrated qtranslate with custom metaboxes?
- Action hook on Edit custom post type?
- Put the media uploader in a metabox
- Custom Meta Boxes: multiple fields within a repeatable field
- Content hooks vs User hooks
- Removing meta boxes: remove-meta_box() or unset()?
- Save checkbox value in metabox
- How to group meta boxes on the post edit page
- Use meta box drag and drop to order items independently
- inside a metabox
- Add Meta box Befoure Post Title
- Hiding a theme’s meta box
- Metabox date month number to word
- get registered metaboxes by post type or post ID
- Remove metabox from specific page template in admin
- Is there a filter/action to add content to WP admin metaboxes?
- Attach Files Metabox
- CMB2 metabox conditional logic
- How do you make the email field on the profile page read only for subscribers?
- Better way to enforce category hierarchy in post_categories_metabox?
- Tinymce/WordPress is removing all line-breaks?
- How do I create a meta box for dates?
- Adding submit or update button to custom metabox?
- Editing the Default Links like “Site Admin” in the Sidebar Meta Section?
- How to pass variable via $callback_args for add_meta_box
- Undefined function error when creating Custom Meta Box
- How to get meta box data to display on a page
- esc before saving or before displaying does it matter?
- Block metabox – No expanding, no moving around
- Move excerpt to always be directly below post content in admin
- Connect Users and Taxonomies
- Access the environment of an admin page from another admin page
- Add a meta description to home page?
- Editing Screen: Make Update or Publish Button Follow The Page
- Removing custom meta box added in parent theme
- Add filter ‘wpautop’ to meta box textarea
- Use meta box value in CPT as post title
- Custom “Publish” / “Update” button &
- Meta Boxes in Front End Post Submission Form
- Getting the ID of a meta box
- how to sanitize checkbox input?
- Theme elements not translating
- add_meta_box does not go ‘side’
- How to create virtual pages with information from user meta profile fields?
- Custom filter for the_content doesn’t work correctly
- add_meta_boxes action with refresh on save
- Remove a plugin meta box from the dashboard
- How to insert Gallery shortcode to a meta box
- Getting jQuery sortable items in custom metabox
- Custom meta box shown when template is chosen [duplicate]
- Modifying the main editor priority
- How to make a meta box field a requirement
- Check if meta key value already exists
- How to make multicheck for post/page meta box