problem solved thanks to fredrik tillgren.
You should find in “index.php” the code:
<?php if ( $img_full_url != “” ) {
echo ‘<img src=”‘ . $img_full_url . ‘” width=”‘ . $new_width . ‘” height=”‘ . $new_height . ‘” />
‘; }
} else {
echo ‘<div class=”eachpost “>
<div>’; } ?>
And replace it with this one:
” rel=”bookmark”><?php if ( $img_full_url != “” ) {
echo ‘<img src=”‘ . $img_full_url . ‘” width=”‘ . $new_width . ‘” height=”‘ . $new_height . ‘” />
‘; }
} else {
echo ‘<div class=”eachpost “>
<div>’; } ?>