admin管理员组文章数量:1428490
I am trying to convert a website on CMS Made Simple (GitHub account) onto Wordpress. I have researched online extensively only to find no substantial content to help me.
Is there a potential script that can perform this migration? If not, could someone explain the steps to follow in order to do this?
I am trying to convert a website on CMS Made Simple (GitHub account) onto Wordpress. I have researched online extensively only to find no substantial content to help me.
Is there a potential script that can perform this migration? If not, could someone explain the steps to follow in order to do this?
Share Improve this question edited Oct 27, 2014 at 20:58 kaiser 50.9k27 gold badges151 silver badges245 bronze badges asked Oct 27, 2014 at 18:42 wordpresswordpress 112 bronze badges2 Answers
Reset to default 1I didn't meet any ready-made script for CMS Made Simple to Wordpress conversion, but I've found out that WordPress Codex has a listed service for it.
I don't know if Joomla
and CMS Made Simple
are similar, but I did a migration from Joomla
Website (very old version) to WordPress
.
For this, I did many queries in SQL
to copy the content from Joomla
to WordPress
.
If you have a good knowledge on tables of WordPress
& CMS Made Simple
, maybe you can do this.
Migration of content from Joomla to WordPress:
INSERT INTO wp_posts(`post_author`,`post_date`,`post_content`,`post title`, `post_modified`)
SELECT `created_by`,`created`,`introtext`,`title`,`modified` FROM jos_content
本文标签: migrationMigrate from CMS Made Simple to Wordpress
版权声明:本文标题:migration - Migrate from CMS Made Simple to Wordpress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745496017a2660809.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论