google yolladı oarası kesin..
bugün de sandbox oldum zaten..

robot txt den admin paneli engellemek nasıl olurki..belkide orayı düzeltmeliyim..

sitemin index php kodlarıda şu sekilde..sorun olmamalı..
ancak yorumlar indexten çağırılıyor temada..ve yapılan spam yorum.indexede ekleniyor sanırım..çözemedim bir türlü..

akısmet i kurdum.
birde yazma izinlerini belirtiim.baska ne yaparım bilmiyorum.

<?php get_header(); ?>

<div id="content">

<div id="contentleft">

<div class="postarea">

<div class="breadcrumb">
<?php if (class_exists('breadcrumb_navigation_xt')) {
echo 'Browse > ';
// New breadcrumb object
$mybreadcrumb = new breadcrumb_navigation_xt;
// Options for breadcrumb_navigation_xt
$mybreadcrumb->opt['title_blog'] = 'Home';
$mybreadcrumb->opt['separator'] = ' / ';
$mybreadcrumb->opt['singleblogpost_category_display'] = true;
// Display the breadcrumb
$mybreadcrumb->display();
} ?>
</div>

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

<div class="date">
<p><?php the_time('F j, Y'); ?></p>
</div>

<?php the_content(__('Read more'));?><div style="clear:both;"></div>

<div class="postmeta">
<p>Yazan <?php the_author(); ?> &middot; Katagori <?php

the_category(', ') ?>&nbsp;<?php edit_post_link('(Edit)', '', ''); ?></p>
<?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?>

</div>

<!--
<?php trackback_rdf(); ?>
-->

<?php endwhile; else: ?>

<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>

</div>
<div class="comments">

<h4>Yorumlar</h4>
<?php comments_template(); // Get wp-comments.php template ?>


</div>

</div>

<?php include(TEMPLATEPATH."/sidebar.php");?>

</div>

<!-- The main column ends -->

<?php get_footer(); ?>