<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>			
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div style="clear:both;"></div>
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="70" height="70"/></a>
<?php else: ?>
<?php endif; ?>				
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(350, "[Devamını oku]"); ?>
<div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
<div style="clear:both;"></div>
<?php endwhile; else: ?>
<p><?php _e('üzgünüm aradığınız şey burada değil.'); ?></p><?php endif; ?>
<p><?php posts_nav_link(' — ', __('&laquo; Önceki Yazılar'), __('Sonraki yazılar &raquo;')); ?></p>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<!-- The main column ends  -->
<?php get_footer(); ?>
Kodu fakat yapamadım bende.