For all author meta details you can use the_author_meta
http://codex.wordpress.org/Template_Tags/the_author_meta
<a href="https://wordpress.stackexchange.com/questions/37317/<?php the_author_meta("user_url', $current_user->ID);?>"><?php the_author_meta('display_name', $current_user->ID);?></a>
If its for user meta use get_user_meta
http://codex.wordpress.org/Function_Reference/get_user_meta
<a href="https://wordpress.stackexchange.com/questions/37317/<?php echo get_user_meta($current_user->ID,"user_url');?>"><?php echo get_user_meta($current_user->ID, 'display_name');?></a>
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
- Fields in User Profile Page
- 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?
- 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 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 display a public profile page for registered users with custom slug?
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- Permalink to user profile
- Photo gallery on profile page? [closed]
- add ‘file upload’ field to user details
- How do I add a php statement to a jQuery string
- How can I access profile Admin Colour Scheme
- Drop down list in user profile page
- Display site admin profile fields in header.php
- Conditional based on the User Role of the Current Profile the user is viewing – BuddyPress [closed]
- How to do an event when any user updates their profile?
- Is there any function available to echo current user’s profile url?
- Forcing WordPress to work differently
- Redirect after password update
- Buddypress Add unserialized Profile Fields in Members Loop [closed]
- WordPress comments on users profile
- Send mail to user only once when specific check box is selected and updated from profile meta updated by admin
- Add custom profile info into Feed
- Reordering Buddy Press profile navigation [closed]
- Enable Update button only when password is shown strong
- Excluding Specific Fields from Profile Builder Registration Form
- Allow logged in users to store and display some data
- Frontend Image Upload
- How do I add a dropdown list of numbers 1 – 1000 as an extra profile field?
- How to position user meta data field
- WordPress Stripping Colons?
- How to pull user/author profile data in a plugin?
- add_cap for editor but no admin role
- Can’t save custom field on registration page
- Modify Notification Message When Profile Updated
- Override user-edit.php to design own profile page
- How to hide user profile fields based on the role of the viewed user?
- Add user meta after a user has registered and logged In [closed]
- Block Update Profile Errors
- php return username of currently viewed author profile
- redirect user to their profile after log in
- how to add wp-user fields to front-end form
- Customize field names in backend profile edit page through function.php [duplicate]
- Using wp-postratings to rate user on profile pages [closed]
- Extending the user profile [closed]
- Generate a QR code when creating a new WordPress user
- How do I update user email from frontend input field?
- WordPress – Users with contact form on profile
- wp_set_password() does not work!
- How can i add user display name drop down menu in frontend?
- How to create page for user?
- profile_update hook does not fire from front-end
- update custom field user profile from front end form
- Show a list of user posts in the user admin page
- Manage user profiles with WordPress
- Variable undefined but it is defined
- Fetching posts that match a User Profile setting
- User profile update author
- Calling a custom profile field only it it exists
- how to show all type of author posts in author page (SOLVED)
- User profile in front-end