I want to design my own wordpress template but don't know where to start. How do we create a wordpress template? Can we code this in HTML? Thanks
actually i think first people use PSD to create it. Then they slice it up into HTMl. After that, use wordpress codes to code it... how hard it is, i dont know.
Thanks Toby, Wordpress is a coding itself? or PHP? Great Link I think this is what I'm looking for, I'll have a nice read
Wordpress is a mixture of HTML and PHP. You create the theme by using HTML and WPs PHP template tags. The link to the Codex will be very helpful for you.