Is there a way to import users from another wordpress site?
Both sites are new. I just don’t want to go through the trouble of adding the same users profile information and password.
Is there a way to import users from another wordpress site?
Both sites are new. I just don’t want to go through the trouble of adding the same users profile information and password.
You must be logged in to post a comment.
I think you have two options (third if you find any plugins).
I think if you export data from one WP, the users are also copied. The drawback is that you have to import all the content as well.
The second option is to export the users from MySQL using PHPMyAdmin. Just export the user table. If you want to include privilidges as well, you have to export wp_usermeta as well.