27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
# Import Wordpress Vvveb plugin
|
|
|
|
Import content from a Wordpress xml export file
|
|
|
|
👉🏻 [Plugin page](https://plugins.vvveb.com/product/import-wordpress) 👉🏻 [Download](https://github.com/Vvveb/import-wordpress/archive/main.zip)
|
|
|
|
| [](https://plugins.vvveb.com/media/plugins/import-wordpress/import-wordpress-1.png) | [](https://plugins.vvveb.com/media/plugins/import-wordpress/import-wordpress-2.png) |
|
|
|:---:|:---:|
|
|
|
|
## Install
|
|
|
|
Upload plugin zip to your Vvveb dashboard `admin / plugins` page or unzip to plugins folder.
|
|
|
|
## CLI Usage
|
|
|
|
Inside Vvveb root folder run the following command.
|
|
|
|
```bash
|
|
php cli.php admin module=plugins/import-wordpress/settings action=upload file=~/Downloads/themeunittestdata.wordpress.xml
|
|
```
|
|
|
|
## License
|
|
|
|
Copyright (c) [Vvveb](https://www.vvveb.com)
|
|
|
|
Released under the [GPL 3](https://github.com/Vvveb/import-wordpress/blob/main/LICENSE) license.
|