İndex.php
<?php get_header(); ?>
  <div id="contents" class="clearfix">
  

   <div id="left_col">

<?php  if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

    <div class="post">
    
    
              <div class="posttop"> </div>
<div class="postmiddle">
<div class="icon"><?php if (function_exists('get_cat_icon')) get_cat_icon(); ?></div>

       <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
       
       <div class="single_meta">      
<div class="dates"><?php the_time(__('j F Y', 'inove')) ?></div>
<div class="com"><?php comments_popup_link(__('Yorum yapılmamış'), __('1 Yorum'), __('% Yorum')); ?></div>
</div>

       <div class="post_content">
        <?php the_content(__('Devamını oku &raquo;')); ?>
       </div>
      

       </div>


<div class="postbottom"></div>

    </div>

<?php endwhile; ?>

<?php endif; ?>

<div class="posttop"> </div>
<div class="postmiddle">
<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
</div>
<div class="postbottom"></div>

   </div><!-- #left_col end -->

   <?php get_sidebar(); ?>

  </div><!-- #contents end -->



<?php get_footer(); ?>