• 02-09-2010, 10:38:03
    #1
    Eposta Aktivasyonu Gerekmekte
    Arkadaşlar sitemin hiç bir yerini kurcalamamış olmama rağmen sağdaki son yazılardan yada popüler yazılardan her hangi birine tıkladığım zaman en son açtığım konu çıkıyor.Bu sorunu nasıl çözebilirim acaba ? Şimdiden teşekkürler.Site imzamdaki site.
  • 02-09-2010, 10:39:44
    #2
    Sidebar.php icerisindeki kodları kopyalar mısınız ?
  • 02-09-2010, 10:40:33
    #3
    Eposta Aktivasyonu Gerekmekte
    <div class="leftside">
    <center><script type="text/javascript"><!--
    google_ad_client = "pub-8517494144481075";
    /* 200x90, oluşturulma 24.08.2010 */
    google_ad_slot = "0776934294";
    google_ad_width = 200;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></center>
    <!-- KATEGORILER -->
    <div class="block_t1 bvnav"><div class="dbtm">
    <div class="dtop">
    <h3>KATEGORİLER</h3>
    </div>
    <div class="dcont">
    <ul>
    <?php echo preg_replace('@\<li([^>]*)>\<a([^>]*)>(.*?)\<\/a>@i', '<li$1><a$2><b>$3</b></a>', wp_list_categories('echo=0&orderby=name&title_li=& depth=0')); ?>
    </ul>
    </div>
    </div></div>
    <!-- KATEGORILER -->

    <!-- TAKVIM -->
    <div class="block_t1 bcalen"><div class="dbtm">
    <div class="dtop">
    <h3>TAKVİM</h3>
    </div>
    <div class="dcont">
    <div style="padding-left:25px;">
    <?php get_calendar(true); ?>
    </div>
    </div>
    </div></div>
    <!-- TAKVIM -->


    <!-- POPULER YAZILAR -->
    <div class="block_t1 btnews"><div class="dbtm">
    <div class="dtop">
    <h3>POPÜler YAZILAR</h3>
    </div>
    <div class="listeleme">

    <?php if (function_exists('get_highest_rated')): ?>
    <ul>
    <?php get_highest_rated(); ?>
    </ul>
    <?php endif; ?>
    </div>
    </div></div>
    <!-- POPULER YAZILAR -->

    <!-- SON YORUMLAR -->
    <div class="block_t1 bpartn"><div class="dbtm">
    <div class="dtop">
    <h3>SON YORUMLAR</h3>
    </div>
    <div class="dcont">
    <?php if (function_exists('get_recent_comments')) { ?>
    <ul>
    <?php get_recent_comments(); ?>
    </ul>
    <?php } ?>
    </div>
    </div></div>
    <!-- SON YORUMLAR -->

    <!-- ARSIV -->
    <div class="block_t1 barhives"><div class="dbtm">
    <div class="dtop">
    <h3>ARŞİVLER</h3>
    </div>
    <div class="listeleme">
    <ul>
    <?php wp_get_archives('type=monthly&limit=12'); ?>
    </ul>
    </div>
    </div></div>
    <!-- ARSIV -->

    </div>
  • 02-09-2010, 10:48:09
    #4
    Sanırım Widget kullanmışsınız. Onu kaldırıp aşağıdaki kodu kullanın.

    Alıntı
    <div class="leftside">
    <center><script type="text/javascript"><!--
    google_ad_client = "pub-8517494144481075";
    /* 200x90, oluşturulma 24.08.2010 */
    google_ad_slot = "0776934294";
    google_ad_width = 200;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></center>
    <!-- KATEGORILER -->
    <div class="block_t1 bvnav"><div class="dbtm">
    <div class="dtop">
    <h3>KATEGORİLER</h3>
    </div>
    <div class="dcont">
    <ul>
    <?php echo preg_replace('@\<li([^>]*)>\<a([^>]*)>(.*?)\<\/a>@i', '<li$1><a$2><b>$3</b></a>', wp_list_categories('echo=0&orderby=name&title_li=& depth=0')); ?>
    </ul>
    </div>
    </div></div>
    <!-- KATEGORILER -->

    <!-- TAKVIM -->
    <div class="block_t1 bcalen"><div class="dbtm">
    <div class="dtop">
    <h3>TAKVİM</h3>
    </div>
    <div class="dcont">
    <div style="padding-left:25px;">
    <?php get_calendar(true); ?>
    </div>
    </div>
    </div></div>
    <!-- TAKVIM -->


    <!-- POPULER YAZILAR -->
    <div class="block_t1 btnews"><div class="dbtm">
    <div class="dtop">
    <h3>POPÜler YAZILAR</h3>
    </div>
    <div class="listeleme">

    <?php if (function_exists('get_highest_rated')): ?>
    <ul>
    <?php get_highest_rated(); ?>
    </ul>
    <?php endif; ?>
    </div>
    </div></div>
    <!-- POPULER YAZILAR -->

    <div class="block_t1 bpartn"><div class="dbtm">
    <div class="dtop">
    <h3>Son Yazılar</h3>
    </div>
    <div class="dcont">
    <?php $posts = get_posts("numberposts=15&orderby=post_date&order= DESC"); foreach($posts as $post) : ?>
    <ul>
    <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
    </ul>
    <?php endforeach; ?>
    </div>
    </div></div>

    <!-- SON YORUMLAR -->
    <div class="block_t1 bpartn"><div class="dbtm">
    <div class="dtop">
    <h3>SON YORUMLAR</h3>
    </div>
    <div class="dcont">
    <?php if (function_exists('get_recent_comments')) { ?>
    <ul>
    <?php get_recent_comments(); ?>
    </ul>
    <?php } ?>
    </div>
    </div></div>
    <!-- SON YORUMLAR -->

    <!-- ARSIV -->
    <div class="block_t1 barhives"><div class="dbtm">
    <div class="dtop">
    <h3>ARŞİVLER</h3>
    </div>
    <div class="listeleme">
    <ul>
    <?php wp_get_archives('type=monthly&limit=12'); ?>
    </ul>
    </div>
    </div></div>
    <!-- ARSIV -->

    </div>
  • 02-09-2010, 10:49:42
    #5
    Eposta Aktivasyonu Gerekmekte
    <!-- Son yazılar -->
    <div class="block_t3 bvote"><div class="dbtm">
    <div class="dtop"><h3>Son yazılar</h3></div>
    <div class="dcont">
    <?php $posts = get_posts("numberposts=15&orderby=post_date&order= DESC"); foreach($posts as $post) : ?><li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li><?php endforeach; ?></ul>
    </div>
    </div></div>
    <!-- Son yazılar -->
    Birde sağ tarafa son yazılar kodunu eklemiştim acaba sorun bu koddamı ?
  • 02-09-2010, 10:51:04
    #6
    Hayır o kodu eklemeniz lazım zaten de. Widget'i kaldırın.
  • 02-09-2010, 10:51:54
    #7
    Eposta Aktivasyonu Gerekmekte
    Tema Widget desteklemiyor.Yani widget kullanmıyorum.
  • 02-09-2010, 10:58:45
    #8
    o zaman verdiğim kod işinizi görecektir.
  • 02-09-2010, 11:01:46
    #9
    Eposta Aktivasyonu Gerekmekte
    Verdiğiniz kodu ekledim sorun devam ediyor