
From now on, you must have an offline WordPress installation running, if you don’t know how to do it, check this link out.
Within your offline WordPress, go to …\Xampplite\htdocs\wordpress\wp-content\themes and, inside “themes” folder, create a new folder, named “our_theme”.
Open the file you saved at the end of second lesson and save it as index.php, then move it into “our_theme” folder .
Different WordPress themes are recognized by WordPress engine through style.css and index.php, we already have our index, so let’s create our style.css file.
Copy the code below and paste it on a text editor, then save it as style.css, in the same folder you placed index.php; from now on everything we create will go in there, …\Xampplite\htdocs\wordpress\wp-content\themes, just to refresh your memory.
More
21 05 2009 | Wordpress Themes | 2 Comments

