SiFR, WordPress and hyperlinks

A tip for people trying to use SiFR titles but cannot click the link: create a span class in which you are going to use the text and URL.

<h2><span class=”flash”><a href=”<?php the_permalink() ?>” rel=”bookmark”><?php the_title(); ?></a></h2></span>

When using not a span class than the hyperlink will NOT work. Above code can be wrong. Tips are welcome ;-) (but it’s working)