<div class="thumb">
<a href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
<div class="aktif">
<img src="http://üste gelecek resmin adresi" alt="" />
</div>
<img src="<?php echo get_post_meta($post->ID, "image", true); ?>" alt="<?php the_title(); ?>" />
</a>
</div>