public
Description: WordPress Theme I use for TheCodeTrain.co.uk
Homepage: http://thecodetrain.co.uk/
Clone URL: git://github.com/NeilCrosby/theme-the-code-train.git
name age message
file .gitmodules Wed Dec 31 07:16:03 -0800 2008 Moved from using giternal to git submodules [NeilCrosby]
file 404.php Thu Feb 05 09:59:29 -0800 2009 Moved RSS and Search into widgets [NeilCrosby]
file README.Markdown Thu Dec 11 11:10:09 -0800 2008 Added README [NeilCrosby]
file archive.php Sun Feb 22 10:44:22 -0800 2009 No more brackets around comment counts. Commen... [NeilCrosby]
file comments.php Mon Feb 23 10:53:49 -0800 2009 Change comments to use module pattern, restyle ... [NeilCrosby]
directory externals/ Wed Mar 11 14:34:31 -0700 2009 Updated to latest version of frontend-test-suite [NeilCrosby]
file footer.php Thu Feb 12 13:25:34 -0800 2009 Added github link to footer [NeilCrosby]
file functions.php Wed Feb 11 10:54:56 -0800 2009 more playing with indentation [NeilCrosby]
file header.php Sat Mar 21 06:20:30 -0700 2009 Add tagline in title for homepage [NeilCrosby]
directory images/ Wed Feb 04 10:43:33 -0800 2009 Made RSS visuals nicer [NeilCrosby]
file index.php Sun Feb 22 10:44:22 -0800 2009 No more brackets around comment counts. Commen... [NeilCrosby]
file page.php Wed Feb 11 10:57:56 -0800 2009 Entry-ise and re-indent page template [NeilCrosby]
file screenshot.png Thu Dec 11 10:18:46 -0800 2008 Initial commit [NeilCrosby]
file search.php Wed Feb 11 10:34:41 -0800 2009 MOAR Re-indenting [NeilCrosby]
file sidebar.php Sun Feb 22 10:46:16 -0800 2009 Pages now have second h1 to describe the page's... [NeilCrosby]
file single.php Tue Feb 10 11:36:32 -0800 2009 MOAR Re-indenting [NeilCrosby]
file style.css Thu May 14 08:42:31 -0700 2009 Fixed IE6 comment width overspill issue. [NeilCrosby]
directory tests/ Wed Mar 11 14:22:29 -0700 2009 Added a suite to let the CSS and HTML tests run... [NeilCrosby]
README.Markdown

WordPress Theme - The Code Train

Initially based on Helemaal Niet's "Whitewash" theme, this is a theme which I'm going to be tweaking to make me happy with for The Code Train. I'm also going to be using it as a realworld place to test my Frontend Test Suite.

The reason for tweaking is that whilst I'm mostly happy with the Whitewash theme visually, it's still not perfect for me. Likewise, looking at the underlying code, there's a lot of badness there. I want to make things nice.