Click here to register or to donate. Auto self-registration is not available here - far too many spammers. This forum has many, many backlinks and because of that there is an intense desire among spammers to drop their links here.
Latest WP and latest Atahualpa option. And yes, I would like to link the thumbnail / featured image thumbnail that is displayed with the excerpts to the full post, SY
Here is a fix for this. Edit bfa_post_parts.php and change line 124 (version 3.5.3) from
HTML Code:
if (function_exists('the_post_thumbnail') AND !function_exists('tfe_get_image')) the_post_thumbnail();
to
HTML Code:
if (function_exists('the_post_thumbnail') AND !function_exists('tfe_get_image'))
if(has_post_thumbnail()): ?>
<a href="<?php the_permalink() ?>"><?php the_post_thumbnail(); ?></a>
<?php endif;
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#4
Oct 28, 2010, 08:29 AM
hospitalera
72 posts · Mar 2009
Prague
Worked like a charm, Juggledad! Thanks ever so much, SY