Wordpress stuff

Truly Simple theme update

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.

Wordpress theme: Truly Simple

Truly simple wordpress theme

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.