• I just did this great tutorial on designing WP themes.
    https://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/

    It took me step by step through the whole process and really explained the loop and the PHP elements clearly.

    I am going to try to design my own theme for a couple of my blogs but I wonder where to start.

    I’ve heard some really start from scratch each time.

    I’ve heard some start from the Kubrick theme and go from there.

    I’ve heard some find a theme with the approximate structure they want and modify it from there.

    I’ve heard some develop their own starting points like their own 2 column, 3 column, widget ready, etc.

    I’m sure these are all valid ways to go, BUT for someone who is just starting out which method, or another one if you have it, would you recommend. By starting out I mean in theme design, I know XHTML and CSS very well. I am using theme design as a springboard into PHP.

Viewing 16 replies (of 16 total)
  • @okperry .. be warned, even though Kubrick is popular and Michael Heilemann is a talented designer, I take issue with the Kubrick theme because he embeds images in the HTML, and really, just put it in the CSS where it belongs. This trick throws a lot of newbies off. Keeping all of the style elements (especially header graphics) in the stylesheet makes revising the site much easier in the long run. So it’s not a good theme to “learn” on. Make sense?

Viewing 16 replies (of 16 total)
  • The topic ‘How do you begin when you are designing a new theme?’ is closed to new replies.