Ana index bu neresine kod eklemem gerekiyor her yeri denedim ama hala ekleyin diyor
<?php get_header(); ?>
<!-- Start IG -->
<div>
<?php include('adsense_left.php'); ?>
</div>
<table cellpadding="0" cellspacing="0"><tr>
<td style="background-color:#FFFFFF">
<!-- Break -->
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
<!-- End Break -->
</td>
</tr></table>
<td style="margin-top:20px;"><?php get_sidebar(); ?></td>
<!-- End IG -->
<?php get_footer(); ?>