Hi,
As far as I know there is no tool available which can converts dreamweaver generated sites in to the wordpress. But you can do it via this steps:
- Read the Codex:
http://codex.wordpress.org/Theme_Development
http://codex.wordpress.org/The_Loop
Optional Preliminary Step – Merge the Stylesheets
Now, check with these steps:
1- Theme Directory
2. Rename your existing stylesheet as style.css and save it to your new Wordpress theme folder.
3. Add this code to the very top of your stylesheet and fill in the info accordingly.
/*
Theme Name:
Theme URI:
Description:
Author:Author URI:
Template:Version:General comments/License Statement if any.
*/
4. Create an HTML File from dreamweaver.
5 – Add Comment tags: I like to add comment tags in specific places to mark off the header, the footer and sidebar sections.
6. Link Modification
7. Add WP Template Tags
8. Create Your Includes
9. Rename Your Index.html file to Index.php
10. Copy function.php, search.php, comments.php and comments_popup.php from the Kubrick Theme directory and paste them into your dreamweaver / wordpress theme directory.
11. Follow this same process to create your single.php and whatever other template files you need like archive.php, page.php, category.php etc
12. Upload your theme directory to your wordpress install
13 – Widgetize the sidebar