1. 在插件中找到public function login($blogurl,$user,$pass)函数方法把所有的“unset($this->ch);”都注释掉,变成//unset($this->ch);
2. 在插件中找到public function send()函数方法把所有的“unset($this->ch);”都注释掉,变成//unset($this->ch);
3. 把public function send()中的前面两个改成:
[html]
//$creaturl=”http://hi.baidu.com/”.$blogurl.”/creat/blog/”;
$creaturl=”http://hi.baidu.com/”.$blogurl.”/blog/creat”;
//$posturl=”http://hi.baidu.com/”.$blogurl.”/commit”;
$posturl=”http://hi.baidu.com/”.$blogurl.”/blog/submit/createblog”;
[/html]
用上面的代码替换掉就可以了。
解决wp2hibaidu不能同步到百度空间的方法
未经允许不得转载:港口技术安全网 » 解决wp2hibaidu不能同步到百度空间的方法
评论前必须登录!
立即登录 注册