index dosyasının içi aşağıdaki gibi. site zaten yayında olan bir site. bu sabah baktığımda bu hatayı gordum.

<?php get_header(); ?>
<div id="inner_container">
<meta name="google-site-verification" content="1O8NTuO-zmiIr6agYwB4wLDg2pt6EfBYFQeG6YjPIok" />
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>

<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="postdata">
<?php _e('Yazan:'); ?> <?php the_author(); ?> Tarih: <?php the_time('M') ?> <?php the_time('jS') ?>, <?php the_time('Y') ?> | <?php _e('Kategori::'); ?> <?php the_category(', ') ?>
</div>

<div class="entry">
<?php the_content('<br />Yazinin tamamini oku &rarr;'); ?>

<br clear="all" />
<div class="metadata_center">
<span class="commr"><?php comments_popup_link('Ilk Yorumu Sen Yap &rarr;', '1 Yorum Yapilmis', '% Yorum Yapilmis'); ?></span> <?php edit_post_link('Duzenle', ' | ', ''); ?>
</div>
</div><!-- entry -->
</div><!-- post -->

<?php endwhile; ?>

<div id="navigation">
<div class="alignleft"><?php next_posts_link('&laquo; Onceki Sayfa') ?></div>
<div class="alignright"><?php previous_posts_link('Sonraki Sayfa &raquo;') ?></div>
</div>

<?php else : ?>

<div class="post">
<h2><?php _e('Bulunamadi'); ?></h2>
</div>

<?php endif; ?>

</div><!-- inner_container -->

<div class="rsidebar">
<?php get_sidebar(); ?>
</div>

</div><!-- container_right (from header.php) -->

<div id="lsidebar">
<?php include (TEMPLATEPATH . "/llsidebar.php"); ?>

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