我最近将旧的wordpress.com博客移到了自己托管的博客中,并带有我自己的域名。到目前为止,我已经做了这些事情。
现在我希望将旧的博客网站统计信息转换为新的。有可能这样做吗?至少有一个解决方法吗?
先谢谢
答案 0 :(得分:0)
根据我的研究,虽然不是太深入,但绝大多数结果似乎都指出这是不可能的。
请参阅 - > here< - 了解更多信息。
祝你好运!答案 1 :(得分:0)
就我个人而言,我不使用Jetpack进行统计,而是挖掘到jetpack,似乎根据域名传输统计数据。
参考:
http://en.forums.wordpress.com/topic/moving-jetpacked-wporg-installation-to-another-site
从技术上讲,只要你拥有相同的mysite.com地址,它就应该保留统计数据。
至于将wordpress传输到你自己的服务器上,我已经做了几次,而且似乎对我来说效果最好的就是这个过程。
来自旧服务器:
Export MySQL database
Copy the whole file directory
来自新服务器:
Install a copy of Wordpress on your server (just to create the DB and file structure)
Empty the newly created MySQL DB and import the database from the Old Server.
Copy/Replace all files from the old server to the new one except for wp-config.php (since it has new credentials)
Lastly I go into wp-admin -> Settings and save the permalinks to have it resetup the .htaccess
希望这有帮助。