I managed to work out the issue, so wanted to share in case others run into the same problem.
The issue was coming from get_the_author_meta() which only works if an author has posts assigned to them…
The solution was to change the code to:
$author = get_user_by( 'slug', get_query_var( 'author_name' ) );
Then grab the meta info:
$author->ID
$author->description
$author->display_name
etc
Related Posts:
- Can I count the number of users matching a value in a multiple value key?
- Save custom user meta on registration
- How to get users by a custom field / by user meta data?
- How do you add a custom option to user data?
- Show User Their Password
- Authors details such as social media links, emails etc → Is this Meta or something else?
- How to update serialized data in the user meta data
- Guest Author – How can I use custom fields to create guest author link?
- How can I sort get_users() by any value (last_name, user defined fields and more)
- Displaying Custom Fields on Post with Genesis Child Theme
- get_post_meta not working inside loop
- Displaying additional User Contact Information
- get_user_meta Short Profile Section
- Unable to show ACF’s Image Custom Field properly in Genesis Framework [closed]
- Separate table or usermeta
- meta_query for a string inside a meta field containing a comma-separated list
- How to update custom user meta field in wp?
- Custom Fields Code not echoing whats in the value field
- WordPress User Profile Upload – If page is saved file reset
- Author custom fields post meta, the code?
- ACF: How to get the full field name (meta_key) by a field key?
- How do I create a column in Users list and display user data from custom registration field
- How to save multiple options from a dropdown in user profile
- add_action and remove_action if custom field exists
- WP_User_Query pulling ACF to loop
- Users Select inside custom metabox
- query usermeta from custom field
- custom avatar removal
- Creating author profiles with extra fields and exporting that data?
- Transferring author information from a custom field to a proper author
- How to add upload video option in wordpress for user?
- Passing args to WP_User_Query am I using meta correctly?
- How to save the date/time of last update of an extra user profile field?
- Show image if author meta (profile fields) exists outside loop
- ACF: How to get users with a ACF flexible content subfield with a specific value AND layout?
- How to add fields in custom registration form, validate it and aave to db? [closed]
- check for duplicate user meta data before updating
- Custom Field Repeating When Using foreach
- Increment user meta data by 1 each time a page is visited
- Front-End User Profile
- Get emails from users by custom field SQL
- award points to a user each time they update their cpt post
- How to update user profile custom fields
- Get author total post votes from post meta
- Save custom field types with this function…?
- wordpress multi user question
- Display Additional Info
- Populate custom checkout fields with data from previous orders
- Add WordPress user custom meta to chartjs vertically stacked chart in Divi theme
- How can I change author of posts to the value of one of the custom field of the posts?
- User query – getting values for custom meta keys/fields
- Delete user meta but only if found in array
- How to get data from user meta custom fields created with acf-pro plugin?
- Convert author metadata to a custom field
- How to save multiple values with same meta_key, each value linked to another tag id
- Getting user’s data, by custom field lookup (meta)
- select user with all meta field and field value. I am use Below Query for this ,So any of know another way to fast query instead of below query?
- author global display format
- Redirecting to an external URL
- update_user_meta(): invisible data storage
- Extend WP_User_Query or WP_User to return all custom fields?
- Populate a select box with data stored in the database?
- Create custom fields/meta data gender+country – radiobuttons and dropdown on register screen for these fields
- Custom Meta Boxes and Fields for WordPress: Change directory upload based on user-edit page
- How to diplay a div only if at least one author custom profile field is filled?
- Is it possible in WordPress
- How can I hide my section title if there is no data in custom fields?
- wordpress simple post multi rating with post_meta and user_meta
- Calling a custom profile field only it it exists
- How do i get a specific user metadata using custom metavalue outside of wordpress?
- Echo text if field under user_meta is empty with get_users()
- Custom registration form and custom field
- how to add radio field on user meta on function.php?
- Can’t sort custom column on user.php by number / meta_value_num?
- Query posts by Custom Meta (checkbox) & Genesis Grid Loop
- Add new “Insert Into Post” button with another function
- Multiple meta values for same meta_key adding on “Preview Changes” hit but not on saving or updating post
- Transients vs CRON +Custom Fields: Caching Data Per Post
- Using WP Query to search by multiple meta fields
- Can ordering post list by meta_value cause performance issue?
- woocommerce product custom field
- two custom fields question
- Display the contents of a custom field of a page on their child
- Read / Watch / Listen times – meta
- Login WP – Connect single field to an external api
- Advanced Custom Fields functionality without plugin
- Get post ids sorted by meta_key
- 3.8 Media Upload and Custom Meta Box
- Let’s Create Custom Field Template Documentation
- Accessing Custom Fields on Pages
- Display a different image for each page with editor
- pass custom value from single.php to another file via get
- How do i call up default post title in custom posts
- How to save multiple custom user profile fields using repeater JQuery
- Query to sort a list by meta key first (if it exists), and show remaining posts without meta key ordered by title
- Show image depending on the number in the custom fields
- Saving metadata of related post on save_post
- Custom field value link title
- How to Order Posts by Custom Fields?
- Order by a meta field in query loop