For a quick solution put this code in functions.php of your theme:
add_action( 'show_user_profile', 'show_extra_profile_fields', 10 );
add_action( 'edit_user_profile', 'show_extra_profile_fields', 10 );
function show_extra_profile_fields( $user ) { ?>
<input type="text" name="twitter" value="<?php echo esc_attr( get_the_author_meta( 'twitter', $user->ID ) ); ?>" />
<?php }
Or you could do it with a plugin: http://www.cozmoslabs.com/wordpress-profile-builder/
Related Posts:
- How to remove Biography from user profile admin page
- Integrate WordPress and bbpress profiles?
- Remove Personal Options section from Profile
- Removing “Website” Field from the contact info
- How to disable profile.php for users?
- How to change profile picture in wordpress?
- Replace Gravatar with uploaded images?
- How to create a edit profile page for users?
- How do you make the email field on the profile page read only for subscribers?
- How do I remove the ‘Show Toolbar’ option?
- How to change the link “Edit my profile”?
- remove admin bar show hide option from profile settings
- displaying custom code on a given users profile page
- Make user profile field required
- How to Get User Profile Info on a Category Page
- Best way to change profile page
- The “Profile Picture” section just disappeared from my User Profile
- WP Use Profile Fields is missing
- user-edit.php profile options on TABS
- Using the filters in wordpress theme [closed]
- How display Last modified in profile wordpress [closed]
- Custom Profile Field for
- Add and Remove fields in Profile page
- Removing Fields From the Profile Page of Theme My Login Plugin
- Get WordPress author link by ID
- Add a link back to site on ‘edit profile’ page for users?
- What is the php function for “user’s public profile”
- Replace a specific profile field
- How to change name “Profile”
- Did something change in regards to custom profile fields in WP 4.8.2 (mine have disappeared)?
- Implementing profile page in wordpress
- How to remove unwanted section in profile page for only users?
- allowing user to add content, photos without giving access
- Does WP “out-of-the-box” allow user profile photos? [duplicate]
- Update user from external script
- Renaming profile sections
- Renaming/translating “your profile” page
- Is possible to modify user_login after registration?
- get current user password on the profile edit page
- Edit profile fields with TML
- How to create a profile page for users?
- Remove Personal Options section only from subscribers profile
- How to use tinyMCE for user “biographical info”?
- Get a list of all available fields in the User Profile
- Where the Nickname is being used in WordPress
- Remove WordPress Toolbar buttons
- How to change admin bar color scheme in MP6 / WP 3.8 front end?
- Forcing nickname as display_name in custom edit profile template
- Syncing BuddyPress and WordPress profile fields [closed]
- Linking comments from registered users to their profile pages
- How to add checkbox and radio button in Profile Page
- Connect Users and Taxonomies
- Upload gravatar in WP profile?
- How to hide fields from my user profiles
- Frontend image uploading from edit profile page. (goldenapples)
- Extra User Profile Field Upload File / Image
- the_author_meta not working
- Can simple Admin save options in a Multisite?
- remove_action with profile_personal_options
- Need advice on how to add links in users profile page?
- Custom user profile URLs
- Custom style on profile options page
- Author must complete profile info before they can publish a post?
- List User Comments on User Profile BuddyPress [closed]
- Calling custom profile fields?
- How to add local users to wordpress without email password?
- How to use the Display Name as the post title in a custom post type?
- How to add a user profile page to frontend?
- Custom profile field with birthday. Troubles with
- Multiple Unique Author Profiles
- Excluding Specific Fields from Profile Builder Registration Form
- Custom taxonomy forms for user profile
- Modify user profile data through scripting?
- Can I add my own profile.php?
- After logout browser’s back button into twenty sixteen theme profile
- Frontend Image Upload
- How to position user meta data field
- How to pull user/author profile data in a plugin?
- Create a “user log”
- Using xprofile_insert_field
- Show image if author meta (profile fields) exists outside loop
- How to hide user profile fields based on the role of the viewed user?
- Hide tab Buddypress profile for visitors, not logged in users
- Add user meta after a user has registered and logged In [closed]
- redirect user to their profile after log in
- Parsing a shortcode through an author meta textfield
- How to parse a huge list of users using a CRON function?
- WordPress 5.8 – Hide or Remove personal fields from admin Profile page
- Code correction – Hide a profile from visitors with a specific role
- Need help with drop down list on the profile
- Set a static page as a user profile page?
- Require confirmation of current user’s email before updating database and before send_email_change_email
- WordPress User profile page fields missing
- Designing a member area on my site
- Show infos only to the author in the author.php
- Modify Profile Biographical Info Field
- How to create a widget on witch a registered user can create a checklist
- buddypress edit profile [closed]
- Can we get user profile page using user_id in the URL?
- Issues with creating user profile for a subscriber, but with different profile page and functionalities