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)

One thought on “SiFR, WordPress and hyperlinks

  1. peteski says:

    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?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.