You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ Note: This addon works in conjunction with a [Wordpress plugin](https://github.c
6
6
7
7
## Note
8
8
9
-
This is a rough addon the Rad Pack inherited from @jezzdk. We're open to PRs and collaboration, though the Statamic Core Team is working on a different approach that might replace this in the near(ish) future.
9
+
This is a rough addon the Rad Pack inherited from [@jezzdk](https://github.com/jezzdk). It's based on the v2 method of generating a JSON file with a separate WP plugin, which isn't ideal, but should still be functional.
10
+
11
+
We're open to PRs and collaboration, though the Statamic Core Team is working on a different approach that will likely replace this in the near future.
10
12
11
13
12
14
## Features
@@ -51,12 +53,12 @@ You can use the events above to do your own downloading of images and what not.
51
53
You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:
52
54
53
55
```bash
54
-
composer require jezzdk/statamic-wp-import
56
+
composer require RadPack/statamic-wp-import
55
57
```
56
58
57
59
## How to Use
58
60
59
-
First of all, you must export your data using the [Export to Statamic Wordpress Plugin](https://github.com/jezzdk/wordpress-to-statamic-exporter). Check anything you wish to export, but have the notes above in mind.
61
+
First of all, you must export your data using the [Export to Statamic Wordpress Plugin](https://github.com/RadPack/wordpress-to-statamic-exporter). Check anything you wish to export, but have the notes above in mind.
60
62
61
63
Go to the `Tools > WP Import` section and upload the json file.
<pclass="text-grey text-sm my-1">Upload the JSON file you have exported with the official <ahref="https://github.com/statamic/wordpress-to-statamic-exporter"target="_blank">WordPress plugin</a>.</p>
<pclass="text-grey text-sm my-1">Upload the JSON file you have exported with <ahref="https://github.com/jezzdk/wordpress-to-statamic-exporter"target="_blank">this WordPress plugin</a>.</p>
0 commit comments