Page 1 of 1
Convert WordPress theme to CMS Made Simple theme
Posted: Fri Feb 24, 2012 8:12 pm
by dodgebros
I see some Wordpress themes I would like to use in CMS Made Simple. Has anyone done this and how would I go about it?
Thanks,
dodgebros
Re: Convert WordPress theme to CMS Made Simple theme
Posted: Fri Feb 24, 2012 8:38 pm
by mcDavid
I think the easiest way would be to look at the page source of a compiled page, and take it from there.
And take a look at the license before you're copying anything

Re: Convert WordPress theme to CMS Made Simple theme
Posted: Sun Feb 26, 2012 3:04 am
by dodgebros
Thanks maSsive, anyone else have any thoughts on this ?
dodgebros
Re: Convert WordPress theme to CMS Made Simple theme
Posted: Sun Feb 26, 2012 5:27 am
by Wishbone
That's pretty much the only way.. No automated conversion.
Re: Convert WordPress theme to CMS Made Simple theme
Posted: Sun Feb 26, 2012 6:10 pm
by Dr.CSS
The template system in both are completely different, one uses folders with the files needed in it the other keeps everything in the DB...
So yes the only way to convert wp to CMSMS is to render a wp page,
view page source,
save as html,
replace menu items with {menu}
use {content} where the content is, etc.
paste it into a new template,
copy css to new style sheet,
put images in a folder in uploads,
change image paths in css and any other tweaks that may need to be made depending on what is needed...
Re: Convert WordPress theme to CMS Made Simple theme
Posted: Mon Feb 27, 2012 2:24 am
by dodgebros
Thanks everyone, I'll give it a try.
dodgebros
Re: Convert WordPress theme to CMS Made Simple theme
Posted: Fri Mar 02, 2012 1:21 am
by applejack
Re: Convert WordPress theme to CMS Made Simple theme
Posted: Fri Mar 02, 2012 2:41 am
by Dr.CSS
Both of those are for importing WP blogs to CGBlog not to import or convert the themes...