Filed under CSS HTML Design HELP
2 comments
I don’t know how to make my design a template and I don’t know PHP very well at all =(. I just know html, css. actionscript….
Image taken on 2007-05-11 13:52:55. Image Source. (Used with permission)


I would learn how to create a Wordpress theme first:
http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/
Then look at a few Wordpress themes and their CSS to see how they work together.
Should be pretty easy for you since you know html and css. You don’t need to know PHP like a programmer.
Here is what I do to make a WordPress Theme:
1) First convert your design to standard html/css.
2) By default wordpress is installed with 2 themes,
- classic
- default
Make another copy of classic theme folder and rename it to “yourwebsite.com”
3) Start tweaking and applying the new theme by editing,
header.php
footer.php
sidebar.php
style.css (replace it with your style sheet)
index.php
4) Best of Luck.