Yazdığınız kodu aşağıdaki şekilde değiştirin.
        <?php if (get_post_meta($post->ID, "image", $single = true)) { ?>
        <a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>"><img src="<?php echo get_post_meta($post->ID, "image", $single = true); ?>" alt="<?php the_title(); ?>" class="post-preview left" /></a>
        <?php } ?>
        <?php if ( get_option('woo_the_content') ) { the_content('Continue Reading...'); } else { the_excerpt(); } ?>
    </div>