Sean pointed out that if you don’t use the WP2.3 Related posts plugin, you get a PHP error when viewing single posts. It seems I was not using correctly the PHP function function_exists.
How to update
If you already have the theme in wp-content/themes, open single.php in a text editor and replace
<?php if (function_exists(wp23_related_posts())) {
with
<?php if (function_exists(’wp23_related_posts’)) {
If you just want to use this theme, you can get the updated archive here. The link in the original post also points to this updated version.
Tags: bugfix, truly simple, update, wordpress
Posted on February 13th, 2008 in my themes | 2 Comments »

This is my first public Wordpress theme, so don’t be too hard on me.
Truly simple is based on an public domain template designed by Color Light Studio. It’s widget ready, light and simple, with a web2ish look and pleasant colors. Also, it has some built-in SEO tweaks.
Preview (actually this is the theme used on this blog at the moment)
Download (released unde GPL 2, but please keep the links in the footer)
I’m waiting for feedback, if there are new features requested or problems found I’m going to release an update.
Tags: 2 column, right sidebar, simple, truly simple, widget ready, wordpress
Posted on February 2nd, 2008 in my themes | 10 Comments »