• 12-07-2010, 18:31:36
    #10
    Üyeliği durduruldu
    www.cankatx.com
  • 12-07-2010, 18:36:09
    #11
    Muhtemelen SEO problemi var fakat index.php nizdeki kodları bi eklermisiniz?
  • 12-07-2010, 18:37:38
    #12
    Üyeliği durduruldu
    index.php değilde bu temada home.php var kodlar bu alın










    <?php get_header(); ?>

    <div id="content">

    <div id="content-left">

    <div id="featured-post">
    <?php include (TEMPLATEPATH . "/manset.php"); ?>
    <div class="fea_right">
    <script type="text/javascript"><!--
    google_ad_client = "pub-0007878334410177";
    /* 120x90, oluşturulma 12.07.2010 */
    google_ad_slot = "6166895661";
    google_ad_width = 120;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script><br><br><br>
    <script type="text/javascript"><!--
    google_ad_client = "pub-0007878334410177";
    /* 120x90, oluşturulma 12.07.2010 */
    google_ad_slot = "6166895661";
    google_ad_width = 120;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </div>
    <div class="clear"></div>
    </div>

    <div class="medium_title">
    Son Konular
    </div>
    <?php $top_query = new WP_Query('showposts=10&offset=0'); ?>

    <?php while($top_query->have_posts()) : $top_query->the_post(); $do_not_duplicate = $post->ID; ?>

    <div id="post-2852" class="box-homepage ">


    <div class="box-content">
    <div class="thumbnail">
    <?php if( get_post_meta($post->ID, "thumbnail", true) ) { ?>
    <img src="<?php echo catch_that_image () ?>" _cke_saved_src="<?php echo catch_that_image () ?>" width="110" height="100" />

    <?php } else { ?>
    <img src="<?php echo catch_that_image () ?>" width="190" height="190" alt="<?php echo catch_that_image () ?>" class="alignleft" />
    <?php } ?>
    </div>
    <h4><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h4>
    <div class="text">
    <?php the_content_limit(650, "Devamı &raquo;"); ?>
    </div>
    <div class="clear"></div>
    </div>

    </div>

    <?php endwhile; ?>

    <div class="clear"></div>

    <?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>



    </div><!-- end content-left -->

    <?php get_sidebar(); ?>

    <div class="clear"></div>

    </div><!-- end content -->

    <?php get_footer(); ?>
  • 12-07-2010, 18:39:20
    #13
    Bulun:
    Alıntı
    <?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>

    Değiştirin:

    Alıntı
    <?php if (function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>
  • 12-07-2010, 18:40:51
    #14
    Üyeliği durduruldu
    VicE adlı üyeden alıntı: mesajı görüntüle
    Bulun:


    Değiştirin:
    site tamamen gitti bu sefer hocam girin bakın bi :S

    www.cankatx.com
  • 12-07-2010, 18:42:25
    #15
    <?php if (function_exists('wp_pagenavi')){ wp_pagenavi(); } ?>

    olarak değiştirin birde..
  • 12-07-2010, 18:44:45
    #16
    Üyeliği durduruldu
    VicE adlı üyeden alıntı: mesajı görüntüle
    <?php if (function_exists('wp_pagenavi')){ wp_pagenavi(); } ?>

    olarak değiştirin birde..
    hiç bişi olmadı hocam bu seferde :S
  • 12-07-2010, 18:47:01
    #17
    Alıntı
    <div class="pagenav">

    <?php if (function_exists('wp_pagenavi')) { wp_pagenavi(); } else { ?>

    <div class="floatleft"><?php next_posts_link( __('<strong>Eski</strong>', '') ); ?></div>
    <div class="floatright"><?php previous_posts_link( __('<strong>Yeni</strong>', '') ); ?></div>

    <?php } ?>

    </div>
    Bunu ekler misiniz birde..
  • 12-07-2010, 18:53:23
    #18
    Üyeliği durduruldu
    VicE adlı üyeden alıntı: mesajı görüntüle
    Bunu ekler misiniz birde..

    yine aynı hocam :S