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.

Tags: , , ,

Related Post

2 Responses to “Truly Simple theme update”

  1. Gabriel Says:

    Hi,

    Is this version of the theme compatible with WP 2.5?

    Best regards,
    Gabriel

  2. Cosmin Says:

    Hi. It should work, but I haven’t tested.

Leave a Reply