clooder/spip-to-wordpres
用于迁移 spip 到 wordpress 的插件
1.0
2014-01-05 16:31 UTC
This package is auto-updated.
Last update: 2024-09-09 23:38:30 UTC
README
spip 到 wordpress 是一个用于迁移 spip 到 wordpress 的插件。
它使用 PHP MySQL 的基本函数连接到数据库 mysql
用法
学习常量
define('SPIP_HOST', ''); define('SPIP_USER', ''); define('SPIP_PSW', '') define('SPIP_BASE', '');
检查 spip ID 到 WordPress 分类 ID
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);
最后运行迁移并等待