<?php get_header(); ?>
<div id="columns">
<div id="centercol">
<div class="box">
<div class="top"></div>
<div class="spacer">
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post() ?>
<div id="post-<?php the_ID(); ?>" class="post">
<div class="koyutitle"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> </div>
<div class="entry">
<div style="float: left;"><img src="<?php echo get_post_meta($post->ID, 'resim',true) ?>" width="100" height="100" ></div>
<?php the_content('(Devamını Oku..)'); ?>
</div>
</div>
<!--/post-->
<p align="right">
<?php edit_post_link('Düzenle', '', ' | '); ?> <?php comments_popup_link('Yorum Yok »', '1 Yorum »', '% Yorum »'); ?></p>
<?php endwhile; else : ?>
<div class="post box">
<div class="entry-head"><h2>404 - Not Found</h2></div>
<div class="entry-content"><p>The page you are looking for is not here.</p></div>
</div>
<?php endif; ?>
<div class="fix"></div>
<center><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></center>
</div>
<!--/spacer -->
<div class="bot"></div>
</div>
<!--/box -->
</div>
<!--/centercol -->
<?php get_sidebar(); ?>
<br class="fix" />
</div>
<!--/columns -->
<?php get_footer(); ?>bu şekilde deneyin hocam,
resim adında özel alan oluşturup resmin yolunu yazın yazı eklerken de .