clooder / spip-to-wordpres
Plugin for migrate spip to wordpress
Package info
github.com/flug/spip-to-wordpress
Type:wordpress-plugin
pkg:composer/clooder/spip-to-wordpres
1.0
2014-01-05 16:31 UTC
This package is auto-updated.
Last update: 2026-03-10 02:49:13 UTC
README
spip to wordpress it's a plugin for migrate spip to wordpress.
it uses for connecting to the database the basic functions of php mysql book:mysql
Usage
learn constants
define('SPIP_HOST', ''); define('SPIP_USER', ''); define('SPIP_PSW', '') define('SPIP_BASE', '');
check Id spip to id Wordpress Categories
public $cat = array( 6 => 3 , 7 => 4 , 8=> 5 , 9=>6 , 11=> 7, 12=>8,14=>9,16=>10,17=>11, 20=>12, 21=>13,24=>14, 25=>15,26=>16);
finally run migration and wait