Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert WP theme to Orchard

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

like image 253
etechpartner Avatar asked Apr 17 '11 17:04

etechpartner


1 Answers

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!

like image 134
two7s_clash Avatar answered Sep 28 '22 05:09

two7s_clash