Bare blog

This blog uses WordPress 2.0.2. I’ll be trying to create a new WordPress theme for my site based on the Default theme. My first step was to strip out the default styles. I deleted the style.css file and replaced it with my own which contained only documentation information.

/*
Theme Name: chrislejeune
Theme URI: http://chrislejeune.com/
Description: Theme for chrislejeune.com blog
Version: 1.0
Author: Chris LeJeune
Author URI: http://chrislejeune.com/
*/

I also removed all style content from the file header.php. The result, as expected, is unstyled HTML content.

Leave a Reply