Hey all, I always wanted to create myvery own custom WP theme... any ideas how can i make one.... like some tutorial sites or some helps.... i know there are many out here in the forum wanting to make same.... and also who have already made there theme.... so, how to make a custom WP theme? thankz in advance
What sort of changes are you looking to make? Just changing the style/look of the default structure (graphics, css etc) or really getting in there with the templates and modifying a large chunk of the presentation (PHP stuff, changed to the loop etc)? Regardless, I suggest you start here: codex.wordpress.org/Templates (Sorry, I can't direct link yet).
used the default (kubrick) theme and mess with the css & images. i have also in the past used a css theme and pretty easily converted it for use with wordpress.
I have created two custom themes and basically what I did was code up the site and then apply that coding to the default template until the sites look the same. Its not much different then creating a normal site. Also take a look at this site http://cutline.tubetorial.com/ I was going to base my next design on this template.