<?php get_header(); ?>

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

<div class="post" id="post-<?php the_ID(); ?>">
<h2 class="posttitle">
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permalink to '); ?> <?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
<p class="postmeta">
Yazan, <?php the_author('nickname');?>&nbsp;
<span class="post-date"><?php the_time('j M, Y') ?></span>&nbsp;
<span class="post-filed"><?php the_category(', ') ?></span>
<?php edit_post_link(__('Edit'), ' · ', ''); ?>
</p>
<?php the_tags('Etiketler: ', ', ', '<br />'); ?>
<div class="postentry">
<?php the_content(__('Read the rest of this entry &raquo;')); ?>
<?php wp_link_pages(); ?>
Puanla :<?php if(function_exists('the_ratings')) { the_ratings(); } ?>//kod burda döngünün içinde
</div>
</div>
<div class="post">
<?php comments_template(); ?>
</div>
<div class="post">
<h2 id="postcomment">Benzer Yazılar</h2>
<br>
<?php related_posts(); ?>
</div>
<?php endwhile; else : ?>

<div class="post">
<h2><?php _e('Sonu&ccedil; bulunamadı.'); ?></h2>
</div>

<?php endif; ?>

<?php get_sidebar(); ?>

<?php get_footer(); ?>


kod döngünün içinde ama css olayını anlamadım