index.php'nde yukarıda 2. satırda olan column'lu bir kod var onu buraya yazar mısın. Sadece anasayfada bu hatayı veriyor sidebar.php'de veya footer.php'de problem olduğunu sanmıyorum
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-top">
<div class="post-date">
<p><?php the_time('M') ?></p>
<?php the_time('d') ?>
</div>
Burasımı ?