Temanın index.php ve archive.php dosyalarında bululan
<div class="thumb"><a href="<?php the_permalink(); ?>"><?php dp_attachment_image($post->ID, 'medium', 'alt="' . $post->post_title . '"'); ?></a></div>
şu kodu silip
<img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" width="329" height="150">
şu kodu yazarsanız özel alandan resim ismini vererek aynı işlemi yapmış olursunuz.