To be able to do both – i.e. add something to the registration form AND have it editable from the admin side, you need to do 2 things.
The first, is add extra user meta (so you can see them from the admin side) and the second is to create a new registration template which hooks into WP’s registration process.
There’s a great tutorial at:
Which covers pretty much everything. Good luck!
Related Posts:
- Get basic Image Uploader on User Profile Page
- very last action before during user registration before he is redirected to homepage
- Store user’s registration date as meta
- Can I prevent “wp_user_level” from getting added to wp_usermeta on registration?
- How to display user’s avatar on their profile page?
- Send mail to user only once when specific check box is selected and updated from profile meta updated by admin
- Prevent update of custom user profile meta field on the front end after 1st entry
- action user_new_form param is a string
- How do I add a dropdown list of numbers 1 – 1000 as an extra profile field?
- Using xprofile_insert_field
- Using WP for user management
- How to order custom fields in the user profile (admin area)
- Remove fields from WordPress profile
- How $_GET[‘updated’] variable is passed when updating a user?
- Adding user metadata to all users
- how to save multiple checkbox in usermeta and get it?
- How can I track who clicked what in my member area?
- Get user meta on registration hook
- Storing data to database and user registration
- Saving an array of values (file urls) to update_user_meta()?
- Reordering fields in registration form via custom plugin
- use single form to enter multiple profiles
- user profile replace first name last name with custom values
- How to create a front end user profile with a friendly permalink
- How to get a buddypress user profile link and a certain user profile field for the current post author?
- how to get list of all users and their metadata
- Adding fields to the “Add New User” screen in the dashboard
- add_user_meta() vs update_user_meta()
- How do you update user_email on the front end in WP 3.3?
- How to make a custom column on the Users admin screen sortable?
- wp_update_user doesn’t update and update_user_meta does
- Return all users with a specific meta key
- Capabilities Vs User Meta
- Problem storing arrays with update_user_meta
- Where the Nickname is being used in WordPress
- wp_get_current_user always returns 0
- How to display custom user meta from registration in backend?
- How to add first name & last name to default registration form?
- get_users is expecting unserialized meta_value
- remove user_meta data from database for all users
- Save custom user meta on registration
- How to get last login Access Date and time
- How to get user metadata for social media url?
- Admin user edit – Grab newly submitted user meta immediately after update/submit
- How do you make the email field on the profile page read only for subscribers?
- how to get specific fields from get_user_meta()
- How to loop through each user id?
- Validating a new user registration field
- Force users to complete their profile after they register? How to
- Check if WP_User_Query ‘include’ is empty
- Connect Users and Taxonomies
- Post-Registration, post-meta hook?
- User meta to post
- How to create virtual pages with information from user meta profile fields?
- How to get user-meta from Social Login registered users?
- wp_get_current_user in custom file returns 0
- Is there a limit to the length/size of serialized data that can be stored as user meta?
- How to use the WP REST API for new user registration (sign up form)?
- How to create user personal pages with information from their meta profile fields?
- generate unique number when registering a user
- Add profile field (usermeta) to Add New User
- Creating a custom post type upon registration
- User defined password at registration – registration email sends auto generated pass
- Customizing WP tables or adding new ones?
- ACF Upload Image in front-end with custom form
- How to Make admin Sidebar Menu always be Collapse by code
- Are the default entries for a user in wp_usermeta documented?
- Extra User Profile Field Upload File / Image
- get_users / WP_User_Query returns empty when logged out
- How to hook into user registration process Before user registers
- How to add a checkbox to registration and user profile?
- How to display public user profile with 2 additional fields? (GitHub source code included)
- Drop down list in user profile page
- Can I create front-end editable user profile pages with WordPress? How do I do it?
- Upload files programmatically to users
- update_user_meta adding new rows in db for same key
- Display site admin profile fields in header.php
- How to query users by meta value, even when meta key doesn’t exist?
- What is the meta-box-order_post_hash used for?
- How To Get User Data in Callback Function for pre_user_nicename?
- Add a member number to new user
- Add custom fields to the user profile
- Allow role to edit users at lower level with only specific metadata
- Hook or action to save profile fields at specific time
- User meta conventions / name registry, for social media links
- Get user’s ID on logout
- How to get the user description with get_users?
- get current user not working
- Sanitize textarea instead of input
- Multiple User-Meta Values in One User-Meta Key
- Getting $user_id for the_author_meta outside the loop in multisite
- Gravity Custom Merge Tags [closed]
- No first_name or user_firstname property in WP_User object
- How to insert new element to existing array in usermeta?
- Displaying a Welcome Message to a Woocommerce User
- Possible bug: update_user_meta is updating two unique meta entries
- frontend user with custom profile pages
- Update user meta through a front end form
- What is the difference between get_the_author_meta() and get_user_meta()?
- How to display current_user bio