Export wordpress users to new site

Exporting WordPress users to a new site can be a bit of a process, but it's definitely doable. Here's a step-by-step guide to help you achieve this:

Method 1: Using the WordPress Export Tool

  1. Log in to your WordPress dashboard on the site you want to export users from.
  2. Go to Tools > Export.
  3. Select Users as the export type.
  4. Choose the format you want to export the users in (e.g., CSV, XML, or JSON).
  5. Click Download Export File to download the export file.

Method 2: Using a Plugin

  1. Install and activate a plugin like User Export or Export Users.
  2. Go to the plugin's settings page and configure the export options as needed.
  3. Click the Export Users button to download the export file.

Method 3: Using SQL

  1. Log in to your database using a tool like phpMyAdmin.
  2. Select the database associated with your WordPress site.
  3. Click on the wp_users table and click Export.
  4. Choose the format you want to export the users in (e.g., CSV, SQL, or XML).
  5. Click Go to download the export file.

Importing Users to the New Site

Once you have exported the users, you can import them to the new site using the following methods:

Method 1: Using the WordPress Import Tool

  1. Log in to your WordPress dashboard on the new site.
  2. Go to Tools > Import.
  3. Select WordPress as the import type.
  4. Choose the export file you downloaded earlier.
  5. Click Upload file and import to import the users.

Method 2: Using a Plugin

  1. Install and activate a plugin like User Import or Import Users.
  2. Go to the plugin's settings page and configure the import options as needed.
  3. Click the Import Users button to import the users.

Method 3: Using SQL

  1. Log in to your database using a tool like phpMyAdmin.
  2. Select the database associated with your new WordPress site.
  3. Click on the wp_users table and click Import.
  4. Choose the export file you downloaded earlier.
  5. Click Go to import the users.

Tips: