hocam yaptım ama ilk mesaj en başa geçti sonrakiler kayboldu.
Benim şu anki index.php aşağıdaki gibidir.
<?php get_header(); ?>
<div id="content">
<div id="left">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a><span class="date"><?php the_time('j F Y - G:i') ?></span></h1>
<div class="info">Ekleyen : <?php the_author() ?> | Kategori : <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_number('Henüz yorum yapılmadı','1 yorum yapılmış','% yorum yapılmış' );?></div>
<div class="entry">
<?php the_content(''); ?>
</div>
<div class="info"><?php the_tags('<strong>Etiketler:</strong> ', ', ', ' '); ?></div>
</div>
<?php endwhile; ?>
<div class="pagebar"><?php posts_nav_link(' — ', __('<strong>« Önceki Sayfa</strong>'), __('<strong>Sonraki Sayfa »</strong>')); ?></div>
<?php else : ?>
<?php endif; ?>
</div>
<div id="right">
<?php get_sidebar(); ?>
</div>
<div class="clear"></div>
<div id="footer">
<?php get_footer(); ?>
</div>
</div>
<!--73d81c03d4bca2eef887dcbceb7436f0-->
</body>
</html>