New WordPress Theme
As you may have noticed, if you read this directly from my web site rather than via a reader, I’ve updated my WordPress theme.
I’m using TigerTom’s SEO Citrus WordPress Theme from http://www.tigertom.com/
So far I’m reasonably happy with it, but I’m not terribly keen on having post extracts rather than full posts shown on the home page. Still, if everyone uses a reader that’s not so much of an issue
UPDATE: To change from extracts on the home page to full posts you need to edit the index.php in the theme directory – just use the WordPress Theme Editor and select the Main Index Template.
Change this:
<div class="entry">
<?php the_excerpt (''); ?>
</div>
to:
<div class="entry">
<?php the_content (''); ?>
</div>
Details are on the TigerTom website here: http://www.tigertom.co.uk/forum/viewtopic.php?t=957&sid=48d8e0e35be2846c74914006b8e7867f