Where as in the past I would see this in the code:
Code:
<div class="thumb-shadow"><div class="post-thumb"><a href="/post-url/"><img src="banner.png" width="740" height="253" alt="post title"/></a></div></div>
Code:
<div class="thumb-shadow"><div class="post-thumb"><a href=""><img src="banner.png" width="731" height="286" alt="post title"/></a></div></div>
Code:
<h2> <span class="post-format"></span> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a> </h2> <?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?>
Code:
if( trim( $this_thumb ) != '' AND $this_thumb != FALSE ) { if( $link == 'permalink' ) $this_thumb = '<a href="'.get_permalink( $id ).'">'.$this_thumb.'</a>'; echo $before . $this_thumb . $after;