From 6e20c5bc78420f6111ab7511c94b617a0e7d446f Mon Sep 17 00:00:00 2001 From: August Miller Date: Mon, 14 Oct 2024 15:41:35 -0700 Subject: [PATCH] =?UTF-8?q?WordPress=C2=AE=20with=20a=20capital=20P?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guides/migrating-from-wordpress.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/migrating-from-wordpress.md b/docs/guides/migrating-from-wordpress.md index c0863035..5ab13a7c 100644 --- a/docs/guides/migrating-from-wordpress.md +++ b/docs/guides/migrating-from-wordpress.md @@ -1,16 +1,16 @@ # Migrating from Wordpress -Migrating from Wordpress to Craft can be challenging, but Feed Me greatly simplifies the process of getting data back into Craft once it’s been exported. +Migrating from WordPress to Craft can be challenging, but Feed Me greatly simplifies the process of getting data back into Craft once it’s been exported. :::tip -We cannot provide support for exporting Wordpress content, but we are happy to help troubleshoot importing issues! +We cannot provide support for exporting WordPress content, but we are happy to help troubleshoot importing issues! ::: -## Create export from Wordpress +## Create export from WordPress ### Plugin Exporters -The first step is to get your data out of Wordpress. We’ll assume you’re using the free [WP All Export](https://en-au.wordpress.org/plugins/wp-all-export/) plugin. It'll produce an XML file of your content and supports all native fields, Advanced Custom Fields, WooCommerce, custom taxonomies, and custom post types. +The first step is to get your data out of WordPress. We’ll assume you’re using the free [WP All Export](https://wordpress.org/plugins/wp-all-export/) plugin. It'll produce an XML file of your content and supports all native fields, Advanced Custom Fields, WooCommerce, custom taxonomies, and custom post types. ::: tip Use one or more of the tutorials to set up exports for the data you need. Keep in mind that you can import content in multiple stages via different feeds—you don't have to import (or export) _everything_ at once! @@ -20,14 +20,14 @@ The “shape” of your exported data is flexible. As long as ### WP JSON -If you have a relatively vanilla Wordpress installation, you may be able to use the [built-in REST API](https://learn.wordpress.org/tutorial/using-the-wordpress-rest-api/) to dynamically retrieve your site’s content as JSON. +If you have a relatively vanilla WordPress installation, you may be able to use the [built-in REST API](https://learn.wordpress.org/tutorial/using-the-wordpress-rest-api/) to dynamically retrieve your site’s content as JSON. ## Setting up Feed Me Follow the guide to [Importing Entries](importing-entries.md), using the URL or file from the previous step. ::: tip -Create a custom field to store legacy Wordpress post IDs so that you can match them up, later! When imported into Craft, your posts (now _entries_) will get new IDs that aren't tied to the import data at all. +Create a custom field to store legacy WordPress post IDs so that you can match them up, later! When imported into Craft, your posts (now _entries_) will get new IDs that aren't tied to the import data at all. Subsequent imports (say, to associate authors with posts) can use that ID as the **Unique Identifier**. :::