Risk Free, Backed By Our 90-Day Money Back Guarantee
 - 
Read More
Lifetime Licenses Are Ending Soon, Get Yours Before They're Gone
 - 
Read More
Risk Free, Backed By Our 90-Day Money Back Guarantee
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
Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing licenses will be unaffected.
Read More
200,000+ Active Installs
1500+ 5 Star Reviews
Docs Menu

The best import export plugin for WordPress & WooCommerce.

Complete, granular control of your data with an easy to use drag & drop interface.
  • 90 Day Money Back Guarantee
  • Unlimited Installs
  • Lifetime Licence
  • Fast, World-Class Support
Get Started
90 Day Money Back Guarantee

How to Export WordPress Pages

To export WordPress pages, navigate to All Export › New Export and choose Pages from the dropdown list. Use our drag & drop tool to select your desired export columns, then run the export and download your WordPress pages.

If you need more sophistication than this, don't worry. We support every export option imaginable!

Table of Contents

Advanced Topics

Step 1: Create a New Export for WordPress Pages

Go to All Export › New Export and select Pages from the dropdown list. The plugin will immediately show you the number of WordPress pages available for export.

Export WordPress Pages Create New Export

You can also add filtering options on this screen to select the exact pages to include in your export. We'll cover this in more detail in the Advanced Topics section.

Click on the Customize Export File button to continue.

Step 2: Customize the Export File

Next up is the Drag & Drop interface, where you can select and/or define your export columns.

The Available Data section on the right contains all available fields, which are grouped into subsections like Standard, Media, Custom Fields, etc. To include a field or group of fields in your pages export, simply drag them into the column selection area:

Export WordPress Pages Drag and Drop

Below is a more detailed description of the field subsections.

WordPress Pages Standard Data

Under Available Data › Standard, you'll see the following data fields:

  • ID: The page ID is a unique number given to every page in WordPress.
  • Title: The title of the WordPress page.
  • Content: The page's content.
  • Excerpt: The page's short description.
  • Date: The date when the page was published, in y-m-d H:i:s format.
  • Post Type: The post type to export, page in this case.
  • Permalink: The URL of the WordPress page.
Export WordPress Pages Standard Data

WordPress Pages Media

This section shows all the images and attachments associated with each exported page. There are two sections — Images and Attachments — both showing the same fields:

  • URL: The URL of the exported media (images and attachments).
  • Filename: Filename for the exported media.
  • Path: Path or location in the server to the exported media.
  • ID: Attachment ID for the exported media.
  • Title: Exported media title.
  • Caption: Exported media caption.
  • Description: Exported media description.
  • Alt Text: Exported media alternative's text.
  • Featured: The URL of the featured image (not shown for attachments).
Export WordPress Pages Media Data

WordPress Pages Custom Fields

Here, you'll find any custom fields added by other plugins or custom code. The interface can show up to 1000 custom fields, but custom code can also be used to retrieve any fields attached to pages.

Export WordPress Pages Custom Fields

WordPress Pages Other Data

This section contains a list of all fields not found in the other sections, including:

  • Status: The page status. The default statuses are publishdraftpending, and private.
  • Author ID: The ID of the user that created the WordPress page.
  • Author Username: The username of the user that created the page.
  • Slug: The page's slug.
  • Parent: If the page has a parent page, it will export its ID. Otherwise, 0 is exported.
  • Order: The page's order.
  • Comment Status: Whether comments are enabled or disabled for the page.

There are other fields included in this section that aren't mentioned in this documentation.

Export WordPress Pages Other Data

After setting up your WordPress pages export template, click the Continue button at the bottom.

Step 3: Configure the Export Settings

Next, you'll see the Export Settings screen:

Export WordPress Pages Export Settings

This screen allows you to configure other settings, such as Scheduling Options and Advanced Options. These can be left untouched for this example.

When you're ready to export your pages, click Confirm & Run Export.

Step 4: Download the Exported WordPress Pages

The export process will begin. Once it finishes, it will provide options to download the exported file in the format you specified (CSV by default, but you can export it in Excel, XML, or even Google Sheets). You also have the option to download a Bundle file, which has instructions that WP All Import can use when importing the pages back into WordPress.

Export WordPress Pages Export Complete

That's it. That's the basic version of how you export WordPress pages from your website using WP All Export.

Export WordPress Data to any CSV, XML, or Excel

  • Import back to WordPress
  • Any theme or plugin
  • Custom fields
  • Zapier integration
  • Woo, ACF, Meta Box, JetEngine

Export WordPress Pages – Advanced Topics

Add Filters to the Pages Export

Filters can be added to the export to choose which specific pages to include in the final export file. These filters can be based on any of the available values for the pages you're exporting, including values stored in custom fields. For example, here is a filter to export only pages published since 2020:

Export WordPress Pages Add Filtering Options

To create this filter, expand the Add Filtering Options section. Select Date as the element, newer than as a rule, and input "01/01/2020" as the filter value. Then click the Add Rule button. This will update the number of pages to export, which will only include the pages published since that date.

You can add as many filter rules as you like, separating each pair of rules with either an AND or OR operator. You can even group rules together by indenting them, which is the equivalent of adding parentheses. For more information, see this article on setting export filters.

Modify Exported Page Data On The Fly

You can use PHP functions to modify the exported WordPress page data during the export. For example, you can swap values, perform calculations, conditionally show data, etc. You can apply PHP functions to export data by editing the export column. You can also build custom export fields using static or dynamic data. This allows you to do things like include multiple elements into a single field.

Learn more about using PHP functions here: Pass Exported WordPress Data Through PHP Functions.

Automate the Export With Our Automatic Scheduling Service

Our plugin provides different ways to automate your export processes by scheduling them to run at specific times. You can do this using manual cron jobs or our paid Automatic Scheduling Service, which consists of cron jobs that are set up directly within our plugin's interface.

To enable this feature, navigate to All Export › Manage Exports, locate the desired export, click on Scheduling Options, and then select Automatic Scheduling. You can then define schedules based on available options. To learn more, see Run WordPress Export on a Schedule.

Export WordPress Pages – Frequently Asked Questions

How Do I Export a Specific Page from WordPress?

You can export a specific page from WordPress by using a filter. When setting up your WordPress pages export, expand the Add Filtering Options section and create a filter that targets the page in question. You can also modify the filters for an existing export via its Settings.

Learn more in our documentation: Filtering with XPath.

How Do I Copy a WordPress Page to Another Site?

First, filter and export the desired WordPress page using WP All Export. Make sure you download the bundle file. On the target site, import the bundle file using WP All Import. This will automatically configure your import to match the contents of your export file.

Learn more at our docs: How to Migrate WooCommerce and WordPress Data.

How Do I Download a List of Pages from WordPress?

To download a list of pages from WordPress, just follow the steps in this tutorial, but limit the export columns to those columns that you want to appear in the list. You can combine and otherwise customize export columns, so you should be able to download exactly the list that you need.

How Do I Export All WordPress Pages to CSV?

To export all WordPress pages to CSV, just follow the instructions in this tutorial but don't set any filters. This will ensure you get all pages. The output will already be in CSV because that is the default file format for all exports.

How Do I Export All WordPress Pages to Google Sheets?

To export all WordPress pages to Google Sheets, follow the instructions from this tutorial without defining any filter and leave the file format in the default. After the export, connect to Zapier to send the data using their service to your Google Sheets file.

Learn more here: Add Exported WordPress Data to Google Sheets using Zapier

How Do I Export WordPress Posts?

The process to export WordPress posts is nearly identical to the one used to export WordPress pages. When creating your export, just choose an export type of Posts instead of Pages. The rest of the steps are very similar.

For more information, see How to Export WordPress Posts.

Export WordPress Pages – Related Docs

Learn how to export WordPress posts from your site.

Learn how to import WordPress posts to your site.

Describes how to export WordPress data to CSV, Excel, XML, and Google Sheets.

Describes how to import any CSV, Excel, XML, or Google Sheets file into WordPress.

Export WordPress pages one by one as they are published to your site.

Export custom fields from any theme or third-party plugin.

Export WordPress Pages – Relevant Videos

The best import export plugin for WordPress & WooCommerce.

Complete, granular control of your data with an easy to use drag & drop interface.
  • 90 Day Money Back Guarantee
  • Unlimited Installs
  • Lifetime Licence
  • Fast, World-Class Support
Get Started
90 Day Money Back Guarantee

Unlimited Installs.
World-Class Support. Money Back Guarantee.

Packages
Standalone
Import
Pro Package
$199
.00
/yr
Save $494, 71% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$693 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Import + Export Pro Package
$299
.00
/yr
Save $1087, 78% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$1386 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
WooCommerce Import Package
$169
.00
/yr
Save $29, 15% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$198 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Lifetime License
$1299
One-Time Payment
  • Import Pro + Export Pro
  • All Current Add-Ons
  • All Future Add-Ons
  • Lifetime Support
  • Lifetime Updates
  • No Renewal Fees
Buy Now
90 Day Money Back Guarantee
Import Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Import + Export Standalone
$169
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Export Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Packages
Standalone
Import
Pro Package
$16.58
per month, billed annually
Save $494/yr, 71% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$693/yr If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Import + Export Pro Package
$24.92
per month, billed annually
Save $1087/yr, 78% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$1386/yr If Purchased Individually
Buy Now
90 Day Money Back Guarantee
WooCommerce Import Package
$14.08
per month, billed annually
Save $29/yr, 15% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$198/yr If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Lifetime License
$1399
One-Time Payment
  • Import Pro + Export Pro
  • All Current Add-Ons
  • All Future Add-Ons
  • Lifetime Support
  • Lifetime Updates
  • No Renewal Fees
Buy Now
90 Day Money Back Guarantee
Import Standalone
$8.25
per month, billed annually
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Import + Export Standalone
$14.08
per month, billed annually
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Export Standalone
$8.25
per month, billed annually
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee

Unlimited Installs.
World-Class Support. Money Back Guarantee.

Developer
Pro features to get your WordPress data moving
Normally $299/yr
$149
.00
/yr
Save $150
Import & Export Pro
  • Posts Types, Pages & Taxonomies
  • Custom Fields & Meta Support
  • WordPress Users Support
  • Gravity Forms Entries
  • Developer Tools
  • Pro Settings
  • See detailed list of features
    Buy Now
    90 Day Money Back Guarantee
    Professional
    Everything you need to import and export anything
    Normally $599/yr
    $299
    .00
    /yr
    Save $300
    All Features & Integrations
  • WooCommerce
  • Bulk Editing & Data Migration
  • Advanced Custom Fields
  • JetEngine
  • Meta Box
  • Manual Scheduling
  • See detailed list of features
    Buy Now
    90 Day Money Back Guarantee
    Unlimited Lifetime
    All features and integrations forever for unlimited sites
    Normally $1599
    $1299
    .00
    once
    Limited-Time Offer
    ONE-TIME PAYMENT 
  • Import Pro + Export Pro
  • All Current Features & Integrations
  • All Future Features & Integrations
  • Lifetime Updates
  • Lifetime Support
  • No Renewal Fees
  • See detailed list of features
    Buy Now
    90 Day Money Back Guarantee

    Risk Free with our Money-Back Guarantee

    We would love for you to try WP All Import. Our 90-day money-back guarantee means that if you decide our plugins don’t meet your needs, just let us know, and we’ll gladly give you a full refund, no questions asked.
    200,000+ Active Installs
    1500+ 5 Star Reviews
    Developer
    $149
    .00
    /yr
    Buy Now
    Professional
    $299
    .00
    /yr
    Buy Now
    Ultimate Lifetime
    $1299
    Buy Now
    Unlimited Lifetime Package Features
    included in only in the Ultimate Lifetime Package
    One-Time Payment. No Renewal.
    All Future Add-Ons
    Developer Package Features
    included in all packages
    Untilimited Site Activations
    World-Class Support
    Import & Export Custom Post Types, Pages & Taxonomies
    Import & Export Custom Fields & Meta
    Download Import File from URL & FTP
    Export to CSV, XLSX, and XML
    Import & Export Filters
    Import & Export WordPress Users
    Import & Export Gravity Forms Entries
    Delete Missing Records on Import
    Run PHP Functions on Imports & Exports
    Choose Which Data to Update
    WP_Query Exports
    Secure Client Mode for Exports
    Zapier Integration for Exports
    Professional Package Features
    everything the Developer package, plus:
    Import & Export WooCommerce Products
    Import & Export WooCommerce Product Galleries
    Import & Export WooCommerce Orders
    Import & Export WooCommerce Customers
    Import & Export WooCommerce Reviews & Coupons
    Sync WooCommerce Stock & Prices
    Import & Export ACF Fields
    Import & Export JetEngine Fields
    Import & Export Meta Box Fields
    Export to Google Merchant Center
    Migrate Data Between Sites
    Bulk Edit with Export, Edit, Import
    Manual Scheduling for Imports & Exports

    Have any questions? 

    These are some of the most frequent questions we get about how to get data imported to or exported from WordPress

    Can I use any file type to import my data?

    Absolutely. It doesn't matter how big your CSV file is or what your column names are. Just use our Drag and Drop interface to map incoming data elements to their target fields, and you'll be done in minutes.

    Can I import Excel or Google Sheets to WordPress?

    Yes. Importing any spreadsheet is straightforward. Need to import Google Sheets to WordPress? Just copy and paste its URL. Need to import into WordPress from Excel? Same thing!

    How does my WordPress import data need to be organized?

    Our plugin is extremely flexible, so you probably won't have to make any changes to your data. You can try your WordPress import right now, and if you have any issues, we'll be glad to help you out.

    What will my WordPress export file look like?

    Unlike other solutions, our plugin gives you complete control over your WordPress export, including how it's formatted. You can modify fields, merge them together, and even create completely custom fields using embedded PHP.

    How do I export WordPress data to CSV?

    To export data to a CSV file, you don't have to do anything at all, as CSV is our default export format. If you want to export to other file formats, just change the export type in the Drag & Drop screen.

    Can I export WooCommerce products?

    Yes. Our software is completely integrated with WooCommerce. It provides full support to export WooCommerce customers, orders, products, variations, attributes, subscriptions, and reviews.
    cross