You probably haven’t changed the display name, which is probably what is being displayed. “nicename” is used for the author’s posts page url and not for display.
UPDATE wp_users SET display_name = replace(display_name, @old_user, @new_user);
Related Posts:
- Automatically delete inactive users after 2 months
- Search multiple meta keys at once
- Add user data to table when user is created?
- WordPress SQL Issue not returning correct reselts
- MySQL query to list users who never signed in
- user_login vs. user_nicename
- Change the Author Slug from Username to Nickname
- Difference between update_user_meta and update_user_option
- get_user_meta() doesn’t include user email?
- Delete all subscribers from wp_users and wp_usermeta a few thousand at a time
- Change the author slug from nickname to ID
- How to let contributors to create a new revision(draft) editing their published posts
- How to display custom user meta from registration in backend?
- Allowing an email as the username?
- Grouping users under parent user
- Display edit link if post author is current user
- Force display name as full name
- How to create a template for a custom URI associated with the user
- How to order users alphabetically by their last name?
- ‘username_exists’ still returns an ID even after deleting record from the database?
- Extending WP_User class and using this sub-class during the whole lifecycle
- Wp_User_Query not sorting by meta key
- How can I add a user through SQL?
- How we can get the user id by its display_name
- WP_User_Query with combined meta query – not working?
- How to use hyperdb to separate and share a user dataset between wordpress installs?
- LEFT JOIN, INNER OUTER JOIN, LEFT OUTER JOIN is driving me crazy. Please help?
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- Show Biographical Info while creating new user
- importing users where password is provided as md5 + much metadata
- include user profiles in search results?
- How to add follow functionality to multi-author wordpress site?
- Return ID of authors who have at least one post
- Where to Store Custom User Fields
- Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that
- Querying Email Addresses for a List of Users with Same Last Name?
- User profile custom field
- Authors Page : A page of authors
- Front end user meta options for users
- ACF Upload Image in front-end with custom form
- wp_insert_user is not working for me?
- Completely hide user info
- Hide a user from WordPress
- Drop down list in user profile page
- Check for user meta data at Login
- Searchable meta value in user.php
- How to add country drop down menu to the user profile?
- Total Word Count For Posts And Comments By One Author
- Delete user from frontend
- Users roles, make a page belonging to multiple users
- Add custom fields to the user profile
- Memory usage for scalable usermeta queries
- Select Multiple meta_value from WP DB; Single Query
- Is there any function available to echo current user’s profile url?
- stop login if user_status equal zero
- Does wp_delete_user() remove all user content?
- WP User Query fails when searching meta queries and search columns
- Log all users out of all locations after 24 hours
- How can i create an array user meta?
- the_author_meta(‘user_url’, $author->ID) not working properly. how can I solve this?
- How to set show admin bar front to true for all users?
- User Last Login Sort Column
- Updating user meta
- WordPress User Meta & ChromePHP or other way to debug/view php variables
- Use wp_update_user to update custom column in wp_users table
- Are User Levels Still Currently Used?
- WPML Default Language User Meta [closed]
- Where is the information about the authors for articles stored?
- Display users in order by an “order” custom meta field
- Search Users base on meta_value & meta_key
- mysql query two database tables, users and usermeta and sort by custom meta int value
- Getting author page slug from get_users() or get_userdata() functions
- Rest API code to get ID of current user not working: get_current_user_id() gives 0
- Bulk create clean user_nicename from user_email with SQL function
- Updating wp_user_level on user update
- C# user_nicename and Display name blank
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- User Meta Data in a Sortable Table
- get_user_meta an ID for multiple functions
- Delete User via Frontend
- How to force authors to ‘submit for review’?
- How do I transfer user passwords from one WordPress site to another?
- How can I attach a user to another user with user meta
- Column Sorting Code on users.php
- Creating user without username and password
- I am getting mysql_real_escape_string() function error while adding user?
- Create Next and Previous Link to User orderby Last Name
- List users by meta_key and meta_value
- Is this code true or not
- MySQL query to mass change role of users
- users and usermeta table
- How to implement friend system for WordPress?
- User description only displayed for logged user
- The Simple and Correct Way to Add User Meta
- How to pull all the contributer users records and order by Designation (which is users meta data)?
- cannot get user_registered date from get_user_meta
- create new users in db starting at what ID?
- Delete Users without a First and Last Name
- Creating User Profiles using author.php
- “the_author_meta(‘url’)” not working inside “href”