This task could vary from rather simple to extremely difficult depending on the site you wish to convert over. Unfortunately there isn’t a tool that will do the work for you. This task involves studying the WordPress codex in detail and inquiring as much as possible with other experienced developers.
It’s a rather intimidating task, but the more time you spend in the documentation, the less intimidating the giant appears. I’ve been running myself over the coals for about a month now, and am working on my third conversion this week. The first two were terrifying, but they’ve been getting easier and easier.
Roll up your sleeves, and get ready for some serious studying!
You could use a Theme Framework like Genesis or WP Framework if you want to don’t want to write code from scatch every time you want to convert another design to a WordPress Theme.
Firebug > Edit HTML > Strip out the content then save as source. You can then just drop in your WP snippets. At the very least, you’ll have a starting point. I wouldn’t recommend this method for a paying client, but it’s quick and dirty and can be done.
The best and fastest way is by using http://wpsiteconvertor.com/, it’s fast and you can convert unlimited websites which are all practically WordPress theme depository compatible. It creates a very proper WordPress theme in like a minute.
Here is a free and good step by step tutorial with video.
How To Convert an XHTML Website Template into a WordPress Theme
http://www.jonbishop.com/2010/03/convert-html-wordpress/
There are many tools on market which claims to PSD/Xhtml 2 WordPress
http://www.divine-project.com/
http://www.artisteer.com/
http://www.artisteer.com/
but coding manually is the best way. No quick way to get custom and great themes.
This task could vary from rather simple to extremely difficult depending on the site you wish to convert over. Unfortunately there isn’t a tool that will do the work for you. This task involves studying the WordPress codex in detail and inquiring as much as possible with other experienced developers.
It’s a rather intimidating task, but the more time you spend in the documentation, the less intimidating the giant appears. I’ve been running myself over the coals for about a month now, and am working on my third conversion this week. The first two were terrifying, but they’ve been getting easier and easier.
Roll up your sleeves, and get ready for some serious studying!
You could use a Theme Framework like Genesis or WP Framework if you want to don’t want to write code from scatch every time you want to convert another design to a WordPress Theme.
Firebug > Edit HTML > Strip out the content then save as source. You can then just drop in your WP snippets. At the very least, you’ll have a starting point. I wouldn’t recommend this method for a paying client, but it’s quick and dirty and can be done.
The best and fastest way is by using http://wpsiteconvertor.com/, it’s fast and you can convert unlimited websites which are all practically WordPress theme depository compatible. It creates a very proper WordPress theme in like a minute.