Add a metabox to the category edit screen with a user dropdown. Save the user ID as meta data.
In your category template use the meta user ID as argument for get_user_by()
:
// First find the ID, put it into $user_id then:
$author = get_user_by( 'id', $user_id );
See this post for an example how to get and use the author data.
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
- 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?
- 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
- Extra profile field as select box?
- Allow Profile HTML for select users
- How to create user personal pages with information from their meta profile fields?
- WordPress Rewrite
- Creating distinct pages for author profiles and lists of posts by author
- How to display public user profile with 2 additional fields? (GitHub source code included)
- Author profile visitors in last 7 days in front end without plugins
- Add description text under input field for new profile fields
- Removing WordPress profile fields from non-admins
- Remove /author/ from the author profile url
- AJAX action not triggering PHP function
- Cannot set user passwords
- BuddyPress | How to merge the “setting” & “profile” pages into one page? [closed]
- Saving custom profile fields
- How to upload user profile image from frontend in wordpress ?
- How to add custom fields to my custom registration form
- Comments do not respect display_name setting, how to make plugin to overcome this
- How to link to the current User/Author Profile page?
- How to display user’s avatar on their profile page?
- Can you use the buddypress profile system without installing the whole of buddypress? [closed]
- How to retrieve current wordpress profile page URL?
- Add custom profile field only for site admins?
- User profile updates password even if not filled (Theme my login) in Firefox? [closed]
- why there is a large file named core in wpmu’s directory?
- Prevent subscribers to changing certain profile fields
- Is author.php a core file?
- Creating User Profiles using author.php
- How to have sample page for each new register users in a membership website
- First and last name fields not filled when using wp_insert_user
- How do I change the image from the default mysteryman in the WP Profile page
- Solving a get_user_meta() problem in Multisite
- In Multisite the users profile picture keeps disappearing for “the other site”
- How to order custom fields in the user profile (admin area)
- Add Link to Users List (Backend) to open each users front-end profile
- How can I create a profile field group that the user can’t see?
- Showing user profile data on front-end
- SQL Query members by profile fields Buddypress [closed]
- How $_GET[‘updated’] variable is passed when updating a user?
- Use a custom page with dynamic content as a user profile page
- how to create user profile pages and display them based on users roles
- How can i display pagination in custom comment list?
- how to save multiple checkbox in usermeta and get it?
- How to save multiple custom user profile fields using repeater JQuery
- Following/Followers Users list Using Ajax Pagination inside Author Profile
- Which membership plugin enables users to enter html links in blogs and on their profile page?
- want to add video upload option for front end user
- admin can not change author profile picture
- Showing extra profile fields in admin – problem with underscore
- How to get author developer link on plugin page
- Add an ‘edit profile’ page with Genesis
- How to create a link to a user’s profile page
- Validate user meta and redirect
- Storing additional information about the user
- Why is $_POST Empty in Profile Edit Admin?
- how do you point ‘screen_function’ to a function in the same class? [closed]
- Profile Field In Admin Bar
- What techniques can a user employ to achieve a password rated “strong” in the WordPress password checker
- User profile in front-end