Forum Replies Created

Viewing 1 replies (of 1 total)
  • Problem solved!

    That piece of code was missing the link bit ’cause of the html formatting of the posting….

    so the whole tag to replace is this:

    <a href="<?php the_permalink() ?>" rel="bookmark"><?php if ( $img_full_url != "" ) {
    echo '<img src="' . $img_full_url . '" width="' . $new_width . '" height="' . $new_height . '" /></a>
    
    '; }
    
    } else {
    echo '<div class="eachpost ">
    <div>'; } ?>

    Now it should work.
    Another question I’ve got is how do you resize the images?
    Anyone on that one?

    Cheers ??

Viewing 1 replies (of 1 total)