Bu kodu index.php de arayın
Alıntı
the_content
Bu kod ile değiştirin.

Alıntı
<?php
$content = get_the_content($more_link_text = '(more...)', $stripteaser = 0, $more_file = '');
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]&gt;', $content);

preg_match("/<img.*?src=\"(.*?)\".*?>/i",$content,$resim);


?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<img src="<?php echo $resim[1];?>" width="150" align="left"/> </a>


<?php the_content_limit(500, ""); ?>
Verdiğim kod yazıdaki resmi otomatik olarak çeker ve anasayfadaki özel alan resmde gösterdiğiniz yere beliren boyutta ekler.

iyi çalışmalar