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)
That HTML doesn’t look correct, it’s not nested right.
Should it be:
<a href=”” rel=”bookmark”>
I guess your point is use the flash replacement on the span?