Skip to content

Commit fdb170a

Browse files
committed
Mention the important stuff first
1 parent 0e0419f commit fdb170a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This command relies on writing directly to the WP database via WP DB API so both
1111

1212
Export content from the source site:
1313

14-
1. Export the site content using the [WordPress Importer](https://wordpress.org/plugins/wordpress-importer/). To run the export, navigate to "Tools → Export" in your site dashboard.
14+
1. Use the [WordPress Importer](https://wordpress.org/plugins/wordpress-importer/) plugin or the [`wp export` command](https://developer.wordpress.org/cli/commands/export/) to export the site content.
1515

16-
2. Export the site options using the [WP Options Importer](https://wordpress.org/plugins/options-importer/) plugin. The output should be a single `options.json` file.
16+
2. Use the [WP Options Importer](https://wordpress.org/plugins/options-importer/) plugin to export the site options. The output should be a single `options.json` file.
1717

1818

1919
### Prepare Import

0 commit comments

Comments
 (0)