In which I show a solution to the problem of calling for a stylesheet only if it exists.
Category Archives: Computing
Thematic - functions.php problem
In which I discuss problems with php for my new child theme, murkymatic. Murkymatic is based on the thematic framework.
More Theme Modifications
I’ve played with my new theme a little more, and it is roughly where I thought it needed to be for personal modifications.
The first thing I’ve done is to bleed all the colour out - the default is now a white theme, then I’ve added in style definitions which will cease to be relevant on [...]
Wordpress Theme Style Declarations
As some will know, I’m coding up a wordpress theme from scratch. The idea is to give lots of flexibility so that the theme can be easily modified using stylesheets alone.
Out of the box, it’s fairly gaudy, but this is intentional as it encourages the modification! (Okay, I will ultimately make an ‘okay’ version based [...]
Themes
The observant may have noticed that the look of this site has suddenly got rather gaudy. There is a good reason for this - I’ve been creating a wordpress theme which I want to be as flexible as possible. I.e. a ‘bare’ theme, which can then be styled easily with css.
I know these themes already [...]