Alıntı
<div class="thumbcan">

<img src="<?php echo get_post_meta($post->ID, 'thumbnail',true) ?>" width="150" height="180" ></div>

<?php the_content(__('Devamını Oku'));?>
<div class="domestos"></div>
</div>
domestosun ne işi var orada

ayrıca tablo atlamışsın

Alıntı
<?php get_header(); ?>

<div class="solagel">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="yazilar">
<div class="has2">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="bilgican">
<div class="yazar"><strong><?php the_author() ?></strong> tarafından <strong><?php the_time('j F Y'); ?></strong> tarihinde yazılmıştır. </div>
</div><div class="yorumsayisi"><?php comments_number('Yorum Yok', '1 Yorum ', '% Yorum' );?></div>
<div class="domestos"></div>

</div>
<div class="icerik">
<div class="thumbcan">

<img src="<?php echo get_post_meta($post->ID, 'thumbnail',true) ?>" width="150" height="180" ></div>
<div class="domestos"></div>
</div>

<?php the_content(__('Devamını Oku'));?>

</div>
<?php endwhile; else: ?>

<?php endif; ?>
<div class="etican">
<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>


</div>
</div>
<?php get_sidebar(); ?>

<?php get_footer(); ?>
değiştir böyle bi

edit div kodu fazla kaçmış bir tane.