I haven’t been very good about using this blog for anything more than pumping out some Twitter posts on Education. I had hoped (rather ambitiously) to use it for personal writing and also to share some of my experience in building templates for PHP based content management systems like Drupal and WordPress. Time got the best of me.
While trying to revive this blog, I tried many pre-made themes for WordPress, none of which are exactly what I am looking for. I thought about modifying a theme like Sandbox, but I wouldn’t get to know absolutely everything about wordpress if I did that, right?
The obvious place to start is the WordPress Theme Development document. At the very least, a theme needs two files:
- index.php – the template that will be used for ALL pages generated by the wordpress site
- style.css – the stylesheet for this template, and any others in the theme folder.
To be continued

