<img title="<?php the_title(); ?>" src="<?php echo get_post_meta($post->ID, 'Image', true); ?>"/>

Bu kodu bu şekilde kullanın birde:
<img src="<?php echo get_post_meta($post->ID, 'Image', true); ?>" title="<?php the_title(); ?>"/>