Sitemdeki index.php yi yolluyorum. Konu resimleri direk gözüküyor + anasayfadaki yazılarınız nofollowlor tagları yüzünden daha hızlı indexlenir.

Kolay gelsin

<?php get_header(); ?>
    <?php if(!is_paged()) { ?>
    <?php $i++; ?>
        <?php } ?>    </div>
    <?php } ?>
    <div id="bottom" class="clearfloat">
        <div id="front-list">            <?php
      $page = (get_query_var('paged')) ? get_query_var('paged') : 1;      query_posts("cat=-2840,-313&paged=$page&posts_per_page=5"); ?>
    <?php while (have_posts()) : the_post(); ?>        
    <div class="clearfloat">
    <h3 class=cat_title><?php the_category(', '); ?> &raquo</h3>
    <div class="title">
        <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php if ( function_exists('the_title_attribute')) the_title_attribute(); else the_title(); ?>" style="text-decoration: none"><?php the_title(); ?></a></div>
<!--
    <font size="1">
<?php if (function_exists('the_tags')) { ?>Etiketler: <?php the_tags('', ', ', ''); ?>
<?php } ?>
-->      </font>
    <div class="meta"><b>Tarih: </b><?php the_time('j M Y') ?> | <?php if(function_exists('the_views')) { the_views(); } ?> <?php edit_post_link('Düzenle'); ?> <b>Yazar:</b> <?php the_author() ?> ]</div>
    <div class="entry clearfloat">
    <?php the_content(''); ?>
    <a rel="nofollow" href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?> yazısının devamını oku." style="text-decoration: none; font-weight: 700">
    <font color="#0FACF0">Devamını Oku &raquo;</font></a>
    </div>
    </div>
     <?php endwhile; ?>
    <div class="navigation">
        <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } 
            else { ?>
            <div class="right"><?php next_posts_link('Next Page &raquo;') ?></div>
            <div class="left"><?php previous_posts_link('&laquo; Previous Page') ?></div>
            <?php } ?>
    </div>    </div>
    <?php get_sidebar(); ?>
    </div>    
<?php get_footer(); ?>