Chess Teaching Archives

WordPress 2.5.1

Version 2.5.1 of WordPress is now available. It includes a number of bug fixes, performance enhancements, and one very important security fix. I have update immediately, because of the security fix.

WordPress 2.5

Some days ago I have upgraded this site to WordPress 2.5. As far as I know without problems, but please let me know if you detect something strange.

WordPress 2.3.3

It seems that WordPress 2.3.3 solves an urgent security release, so I updated again. If you don’t like to update your blog it is possible to limit this action by only replacing the xmlrpc.php with the fixed version.

WordPress 2.3.2

Wordpress 2.3.2 has been released about 19 days ago and I am a little late in upgrading, especially when you consider that WordPress 2.3.2 is an urgent security release that fixes a bug that can be used to expose your draft posts.
On the other hand I don’t consider it to be a big issue when [...]

Another Finishline adaption

I noted that the comments on the about page have been disappeared so I decided to make them reappear again.
Therefor I have added the following code to the Page template.
<?php if (is_page(’about’)) { ?>
   <div class=”comments-template”>
         <?php comments_template(); ?>
   </div>
<?php }>
Now the comments are back, but maybe I have to reconsider at [...]