ok im about to ask the most common question there probably is to any web designer and that is "how do i code psd to wordpress?" ive got my sleek design in photoshop already made up all i need to do now is to magically code it to 'wordpress' friendly. anyone got anything up their sleeve to share?? thanks, alex
Well first you need to code your PSD into CSS/XHTML. Once your design is coded, that's when you start the integration process. It's not too hard, I did it for the first time last week for my blog at http://www.drewrawitz.com You basically just create a new directory for your theme, containing your coded website, split it up into a header/footer/sidebar, and create the rest of the pages one by one, and just pasting in the important PHP parts into the necessary places. I would just browse the default theme's files to understand how it works, it's very simple. This may help you: http://www.developertutorials.com/b...ng-a-wordpress-theme-from-scratch-part-1-143/