DIY wordpress theme development

Status
Not open for further replies.

swollenpickles

New member
Dec 1, 2006
121
1
0
Australia
www.swollenpickles.com
A while ago I read a post on here somewhere in which someone was going through a really simple "how to" create a wordpress theme from scratch thing. I think the guy that was doing it stopped half way through. Does anyone know what came of it, if it got finished, or where I can find it?
 


I don't understand why people need a guide for this shit, I figured it out in under an hour.

- Design theme
- Have theme coded in XHTML/CSS
- Copy/paste portions of code into certain .PHP files as detailed on the Wordpress website
- Place Wordpress variables

That's about it boiled down. Simplest skinning process ever.
 
I was working on that thread and had to back off because shit just got to crazy trying to post every single little step I am still working on something locally that is a bit more organized and will post it when done, could be next month could be next year.

Until then you can go to Wordpress.org and you will find evrything you need there.

This guy above me has been designing for years so its no big surprise that he found it easy and in fact it is easy, but if you have no experience at all your in for a learning experience. You need to know PS to design, XHTML and CSS to code and at least an understanding of basic PHP to get the heart of the site pumping. But like I said basic knowledge will do you, learn WP tags and also check out a few tutorials on conditional statements and your good to go..
 
Making a wordpress theme really isnt that hard, the best advice I can give you is to copy the "default" folder and use that as a base, their CSS file is a little spread out and fucked up looking but its pretty easy to hammer out, I did StatesRealty.Us Blog in about an hour or less
 
Status
Not open for further replies.