Convert WordPress theme to CMS Made Simple theme

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
dodgebros
Forum Members
Forum Members
Posts: 18
Joined: Fri Dec 30, 2011 2:54 pm

Convert WordPress theme to CMS Made Simple theme

Post 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
mcDavid
Power Poster
Power Poster
Posts: 377
Joined: Tue Mar 31, 2009 8:45 pm

Re: Convert WordPress theme to CMS Made Simple theme

Post 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 ;)
dodgebros
Forum Members
Forum Members
Posts: 18
Joined: Fri Dec 30, 2011 2:54 pm

Re: Convert WordPress theme to CMS Made Simple theme

Post by dodgebros »

Thanks maSsive, anyone else have any thoughts on this ?

dodgebros
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Convert WordPress theme to CMS Made Simple theme

Post by Wishbone »

That's pretty much the only way.. No automated conversion.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Convert WordPress theme to CMS Made Simple theme

Post 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...
dodgebros
Forum Members
Forum Members
Posts: 18
Joined: Fri Dec 30, 2011 2:54 pm

Re: Convert WordPress theme to CMS Made Simple theme

Post by dodgebros »

Thanks everyone, I'll give it a try.

dodgebros
applejack
Power Poster
Power Poster
Posts: 1014
Joined: Fri Mar 30, 2007 2:28 am

Re: Convert WordPress theme to CMS Made Simple theme

Post by applejack »

There are 2 convertors but never used them so don't know how well or not they work.

http://dev.cmsmadesimple.org/projects/wp-to-cgblog
http://dev.cmsmadesimple.org/projects/importwp
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Convert WordPress theme to CMS Made Simple theme

Post by Dr.CSS »

Both of those are for importing WP blogs to CGBlog not to import or convert the themes...
Post Reply

Return to “Layout and Design (CSS & HTML)”