index.php'yi açıyoruz, ve alttaki kodu arıyoruz.

<div class="entry">
	<?php the_content('Read the rest of this entry &raquo;'); ?>
</div>
daha sonra bununla değiştirerek deniyoruz

<div class="entry">
     <div style="float:left;margin-right:5px;">
       <img src="<?php $values = get_post_custom_values("resim"); echo $values[0];  ?>" alt="<?php the_title_attribute(); ?>" />
     </div>
         <?php the_content('Read the rest of this entry &raquo;'); ?>
</div>