Lifetime Licenses Are Ending Soon, Get Yours Before They're Gone
 - 
Read More
Lifetime Licenses Are Ending Soon, Get Yours Before They're Gone
 - 
Read More
Pricing

You may have seen some references on our site to annual licensing or renewals.

All plugins currently come with a lifetime license, no matter what the site says.

We’re currently running tests before we make the switch to annual pricing. Check the Discounts tab to purchase our other plugins and get a lifetime license before they’re gone.

I Understand I Have a Lifetime License

Lifetime licenses are only available for a short time!

SPECIAL OFFER 
Save 50% OFF For a Limited Time!
Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing lifetime licenses will be unaffected so get in while you can!
  • 90-Day Money-Back Guarantee
  • Fast World Class Support
  • Unlimited Sites
  • Free Lifetime Updates
  • Easy to Use
  • Developer Friendly
Risk free! Cancel at any time with our 90-day guarantee.
"All Import/Export is an awesome suite of tools. It gets me out of some tough challenges."
Eric Karkovack, Freelance Writer
"WP All Import - Versatile, and I have saved so much time with it over the years."
Matt Andrews, Full Stack Web Developer
"@WPAllImport just let me import 3000 products from some arbitrary Excel to WooCommerce w/ a few clicks, including images and categories."
Joris Witteman, Developer / Designer

Wait, Don’t Miss Your Chance for a Lifetime License!

@glitzformals
"This plugin is a game changer for my situation. I’m stunned at how fast and effortless the import process is."
@adatfalo
"I have never experienced such a quick and helpful support experience with any plugin, and by the way, the knowledge of the support colleagues is professional!"
@jessedw44
"Even if you just use this plugin once, it will save you time. If you work on several sites its invaluable. Constantly developed, and continuously supported. Great job."

90-Day Guarantee

Not 100% happy? Let us know and we’ll promptly send you a refund.

Free Updates For Life

Pay once for unlimited installs, even client sites. No renewal fees.

World Class Support

Over 9 years experience with WordPress imports and exports.

Your Last Chance for a Lifetime License!

We are soon moving to yearly licenses only. Once lifetime licenses are gone, they're gone forever.
@adatfalo
"I have never experienced such a quick and helpful support experience with any plugin, and by the way, the knowledge of the support colleagues is professional!"
@jessedw44
"Even if you just use this plugin once, it will save you time. If you work on several sites its invaluable. Constantly developed, and continuously supported. Great job."

90-Day Guarantee

Not 100% happy? Let us know and we’ll promptly send you a refund.

Free Updates For Life

Pay once for unlimited installs, even client sites. No renewal fees.

World Class Support

Over 9 years experience with WordPress imports and exports.
Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing licenses will be unaffected.
Read More

How to Export WordPress to CSV, Excel, and XML

To export WordPress data to CSV, Excel, or XML, go to All Export › New Export and select the type of data you want to export. Use the Drag & Drop interface to select your export columns, then run the export and download your file.

Table of Contents

Advanced Topics

Step 1: Select a Post Type for Your WordPress Export

First, navigate to All Export › New Export and choose the type of data that you want to export.

WordPress separates data into different post types like posts, pages, WooCommerce products, real estate properties, etc. You can export any custom post type or taxonomy by selecting it here.

Export WordPress Create New Export

Once you've chosen a post type, click Customize Export File at the end to continue (not shown).

Step 2: Choose Your Export Columns

The fields available to export are listed on the right. Drag and drop individual fields from there to the column selection area, or click Add All to export everything.

All data is available for export, including media, images, categories and tags, custom fields, etc. Add-ons like WooCommerce, real estate plugins, Yoast, and ACF have custom data that can be exported, too.

Export WordPress Drag and Drop Export Fields

Once you've selected your export fields, you can move them around to reorder them. Click to rename individual elements, combine multiple fields, and more.

When your export columns are the way you want them, click Continue.

Step 3: Confirm and Run Your Export

You can now configure your WordPress export settings. This includes the ability to schedule your export and set advanced options. We'll leave these settings alone for now. Instead, click Confirm & Run Export to run your export.

Export WordPress Confirm Settings and Run Export

Step 4: Download Your Exported WordPress Data

After the export finishes, download the generated export file. At this point, you can choose to migrate this data to another WordPress website, edit it in Excel and import it back into WordPress, or send it to Dropbox, Google Drive, email, and over 1000+ other external apps via Zapier.

Export WordPress Download and Export Complete

You can review previous exports via All Export › Manage Exports.

Export WordPress – Advanced Topics

Select a Different WordPress Export Type

To export WordPress data in a different format, expand the Export Type section in the Drag & Drop interface. Here are the available options:

  • Spreadsheet
    • CSV File: creates a .CSV file.
    • Excel File (XLS): creates a .XLS file.
    • Excel File (XLSX): creates a .XLSX file.
  • Feed
    • Simple XML Feed: creates a .XML file.
    • Custom XML Feed creates a .XML file.
Export WordPress Select Export Type

When you export WooCommerce products, there will be another Feed option: Google Merchant Center Product Feed. That export type is specific to products and generates a .TXT file.

Export WordPress Automatically with Scheduling

You can schedule your WordPress export using the following options:

  • Cron jobs: this allows you to manually create cron jobs in your server (via cPanel, Plesk, or similar) and then run the export on a schedule. To learn more, see Manual Scheduling.
  • Our Automatic Scheduling Service: this is an optional and monthly paid service that allows you to schedule exports directly from within our plugin's interface. See Automatic Scheduling Service.

The scheduling options can be defined by expanding the Scheduling Options section of the Export Settings screen (Step 3 above), or after the export has been created in All Export › Manage Exports › Scheduling Options.

Use PHP Code or Custom PHP Code when Exporting WordPress Data

In addition to exporting WordPress data easily, our software allows you to use PHP code or custom PHP code on the exported data.

This is useful for modifying your WordPress data on-the-fly while exporting. You can learn more about this in our documentation, How to Pass Exported WordPress Data Through PHP Functions. This technique allows you to apply a function to a single export element.

If you need to pass more than one export element through a function, you can use custom export fields instead. See Combine and Process Multiple Data Elements into a Custom Export Field for more information.

Saving or Using a Saved Export Template

WP All Export provides full control over how you export your data. This means that there's also a way to save the existing export template and settings to apply to a different/new/future export process. To save an export template, do this:

  1. While in Step 2 (as shown in this guide above), scroll all the way down and click to enable the Save settings as a template option.
  2. Input a name as the Template name.
WordPress Export Save Export Template

That's it! The template will be saved once you continue to the next step or save/update the template.

To load a saved template, do the following:

  1. When in Step 2, scroll all the way down and locate the template section.
  2. Select the desired export template from the Load Template drop-down list.
  3. Once selected, the page will reload and apply all import mappings and settings.

Keep in mind that templates only work for the same post type in which they were originally created. You can manage saved export templates via All Export › Settings › Import/Export Templates.

Export WordPress – Frequently Asked Questions

What is a CSV File in WordPress?

"CSV" means "comma-separated value." A CSV file is a text file that contains multiple rows of data, with each row consisting of one or more columns. The columns are typically separated by a comma or some other character, while the rows are separated by one or more special characters.

How Do I Export WordPress Data to a CSV File?

Just follow the steps in this guide, as CSV is the default file format. If you want to change the file format, this is done in the Export Type section of the Drag & Drop screen. Other options include XML and Excel.

How Do I Export a Post From WordPress?

  1. Navigate to All Import > New Export.
  2. Select Posts as the export type.
  3. Filter the posts in the Add Filtering Options section.
  4. Choose your export columns.
  5. Run the export and download the exported data.

For more information, see How to Export WordPress Posts.

How Do I Export a Page From WordPress?

  1. Go to All Import > New Export.
  2. Choose Pages as the export type.
  3. Filter the pages in the Add Filtering Options section.
  4. Select your export columns.
  5. Complete the export and download the export file.

To learn more, see How to Export WordPress Pages.

Can I Export WordPress Users?

Yes. All you have to do in our plugin is change the export type to Users. Otherwise, the basic export process is the same. The only unusual factor with exporting WordPress users is that user password values are hashed, so they're not readable by humans.

See How to Export WordPress Users to CSV, Excel, or XML for additional details.

How Do I Export All Content From WordPress?

WordPress has a built-in export tool that lets you export all your posts, pages, comments, custom fields, terms, navigation menus, and custom posts. The problem with this tool is that it uses a brute-force method with no control over any aspect of the process.

WP All Export takes the opposite approach, allowing you to control every aspect of your WordPress records, including the use of advanced filters, column selection, and even programmatic manipulation of export data on the fly.

How Do I Export WordPress Media?

You cannot export the media library out of the box. To export media from your WordPress site, you need to export the post type or custom post type associated with the media that you wish to export.

For example, if you have multiple images attached to posts, you need to export the WordPress posts to obtain those images.

However, there's a workaround that allows using a WP_Query export (see documentation) to generate an export file with all of the media that exists on your site. Here's the query that you can use:

'post_type' => 'attachment',
'post_status' => 'inherit'

How Do I Import Data into WordPress?

  1. Go to All Import > New Import.
  2. Choose how you want to load your data (i.e., upload a file, use a URL, etc.).
  3. Select your import file and your import target (i.e., Posts, Pages, etc.).
  4. Map incoming data elements to your WordPress fields.
  5. Run the import.

For more information, see Importing CSV, XML, and Excel Files into WordPress.

How Do I Export and Import a WordPress Site?

  1. Export all of your desired data.
  2. Download the generated bundle files for each post type that you exported.
  3. Import each bundle file on the destination site.
  4. Verify that your data was successfully migrated.

This process is explained in more detail in our Migration overview.

Export WordPress – Related Docs

Learn how to import any CSV or XML file to WordPress.

Describes how to migrate data between sites.

Shows you how to bulk edit your WordPress data.

Lifetime support. Lifetime updates. Pay once.

Packages
Standalone
Import
Pro Package
$249
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Import + Export Pro Package
$299
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
WooCommerce Import Package
$149
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Import Standalone
$99
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Import + Export Standalone
$169
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Export Standalone
$99
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee

Lifetime support. Lifetime updates. Pay once.

Import
Pro Package
$199
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Import + Export Pro Package
$299
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
Export
Pro Package
$199
one-time
  • Import Pro
Import Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
  • Types
  • Export Pro
Export Add-Ons
  • WooCo
  • ACF
  • Gravity Forms
  • Users
Add to Cart
90 Day Money Back Guarantee
cross