rzarno / POSTS_DRUPAL_TO_WP_CLI_IMPORTER

this script was implemented to import posts and their categories from Drupal 7 to wordpress 4.8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import posts from drupal to wordpress

POSTS_DRUPAL_TO_WP_CLI_IMPORTER this script was implemented to import posts and their categories from Drupal 7 to wordpress 4.8 categories in drupal were stored by taxonomy module you can put it inside your wordpress directory and run from command line (php import_posts_drupal_to_wordpress_cli.php) to setup script with your data follow "TODO" comments

Copyright (C) 2017 Michał Żarnecki

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

this script was implemented to import posts and their categories from Drupal 7 to wordpress 4.8

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%