Chess Teaching Archives

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 [...]

Show-FEN plugin 1.3

The Show-FEN plugin v1.3 can be downloaded here.
In addition to the original functionality the letterx x, o and v may be used.
Ater downloading and unzipping the plugin to an appropriate directory you still have to change the line
$path = “http://your.domain.name/plugindir/”;
to something which corresponds to the directory in which the [...]

Chess Exercises

At this place a new chess problem has been presented to you during each visit. The purpose of these chess diagrams was to improve your chess skills.
But there were two problems with these diagrams. First of all it takes a lot of bandwidth, because for each visit the site has to be changed. And secondly [...]

Fen WordPress Plugin

The first version of the Show-fen plugin for WordPress is finished.
It is based on the code for SPHPBlog that can be downloaded at Schaakpraat and can be used to display chess diagrams by only inserting the FEN string within the <fen> and </fen> tags. The circle at the upper right corner is used to indicate [...]