Monthly Archives: August 2008

Calendar style date for wordpress

For a loverly calendar style date for your posts please steal the following code… First you need to place some code into your index.php file just after the start of the loop ie just after <?php while ( have_posts() ) : the_post() ?> as follows… <div class="date_cal"> <div class="day"><?php the_time ('D'); ?></div> <div class="date"><?php the_time [...]

New ‘Combi’ WordPress theme…

- my first full theme for WordPress. You can download it here. Please get back to me if you find any glitches, bugs or hooning errors. Or actually – just keep them to yourself and let me live in blissful ignorance…

new wordpress theme…

…the header for my new theme. I just have to cobble together the rest of the site and it’s all done (…?)

choosing a template for a building a wordpress theme

This depends on how far you want to go… …if you just want to change the header graphic, and maybe the colour scheme you will find that K2 is fantastic in that respect (also take a look at Thematic). However if you want to completely butcher the layout – for example change sidebar configuration and [...]