我不知道Joomla 和CMS Made Simple 相似,但我从Joomla 网站(非常旧的版本)到WordPress.
为此,我在SQL 复制内容的步骤Joomla 到WordPress.
如果您对WordPress &;CMS Made Simple, 也许你能做到。
将内容从Joomla迁移到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