Where can I find instructions or tools to convert a WordPress theme to Orchard ?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 6 down vote accepted

WordPress is a php based CMS. Orchard is ASP.NET.

Short answer is: you're not going to find any sort of automated converter.

However, I'm going to hedge a bet that you're mainly interested in the look-and-feel of the WP theme in question, and you aren't really asking about porting functionality. Look at index.php and single.php in your WP theme to find the base HTML markup. Look at styles.css or any other main CSS files to find the base styles. Then use Frooth. It allows easy modification of layout and styles via GUI. If you know the basics of HTML and CSS it should be more or less a cut-and-paste job.

Good luck!

link|improve this answer
Good answer, but not good enough. I'm trying to jump ship to Orchard and I have a few wordpress sites under my belt. Yeah I can tinker and do a hand job for them, but in the world of automation a tool described in the question is exactly what Orchard needs for a paradigm shift to occur. Php or not, a console app could use IO to read the php files and automagically know how to re-write them for an orchard theme. This would need someone who is a kung-fu master in both worlds. – Levitikon May 10 at 13:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.