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

<div class="block center">
<div class="header"><p class="date"><?php the_time('F j, Y'); ?></p><p class="comments"><?php comments_popup_link('Yorumsuz','(1) Yorum','(%) Yorumlar'); ?></p><p class="c"></p></div>
<div class="wrap">
<div class="top_post">
<h3><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h3>
<div class="meta">
<p class="author"><?php the_author(); ?></p>
<?php if (get_the_tags()): ?><p class="tags"><?php the_tags(''); ?></p><?php endif;?>
<p class="c"></p>
</div>
</div>
<div class="content">
<?php the_content(" "); ?>
</div>
<div class="bottom"></div>
</div>

</div>


<?php endwhile; ?>

kalın olan yer, yazı, yazı başlığı, vs olan bölümdür. orayı temizlersen yazılar gözükmez anasayfada. kalınlaştırmadıklarımı silme.