I have dreamweaver cs6 and I want to make a custom wordpress theme from it. Not sure how to set it up although I am very good with html and css and have a lot of practice with that. I just dont know how to start. Please help! Thanks people of dp!
Hello, problog. Wordpress themes are very much like a typical website using separate files like "header.php" "sidebar.php" etc. So when you start making a new wordpress theme you will want check out the wp template hierarchy. http://codex.wordpress.org/Template_Hierarchy You'll need to create the basic templates. header, index (which can be broken down to archive, category, tag, search, etc), footer & sidebar. Just use the wordpress codex for your basic information for things like the post title, the content, thumbnail, etc. This is where I started! Though, i'm sure if you hop on youtube you could find a number of helpful videos that could explain this with more detail. Also, it's not a bad idea to find a free theme to look at and see how they built their theme good luck
the better way to learn how to create your wordpress theme is the Wordpress Codex : http://codex.wordpress.org/Theme_Development you can also check some useful tutorials over the net.... Goodluck
I suggest looking at the default templates (twentyten, twentyeleven, twentytwelve) and start editing. you'll learn from there. That's how I started. You could also download a blank theme or a base theme http://html5blank.com/ and start editing / adding css You can search about creating child themes http://codex.wordpress.org/Child_Themes
I would use a third party framework like thesis or genesis if I were you. They handle all of the important things and keep the theme up to date with all of the wordpress updates. If you're set on diy, this is a good basic tutorial http://www.siteground.com/tutorials/wordpress/wordpress_create_theme.htm