clooder / spip-to-wordpres
Plugin for migrate spip to wordpress
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-11-10 00:03:39 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