Hi, I wanted to take the PSD files that I got from a minisite and make it into a WordPress theme. Can someone tell me how to do this for free? I can do it if someone explains it to me. I'm not new to WordPress or . Thanks!
The visual aspects of a WordPress theme are just HTML and CSS... so if you know how to turn a Photoshop concept theme into a HTML/CSS master page, your most of the way there. I would suggest downloading a similar free WordPress theme to see how the php pages are structured. Typically, there is a header php file, a footer php file, and a php file for each type of page. Therefore the HTML is broken into three parts, but tags like div tags can be left open in the header file, for example, and closed in the footer file. All of the content is generated by WordPress... this is where a similar WordPress theme will come in handy because you can see how the page content is generated through PHP. If you have any specific questions, feel free to go to 706design.net and contact me.