• 01-06-2010, 23:22:48
    #1
    eklenmiş haberlere yorum yapıyorum yorumu gönder diyince anasayfaya atıyor ve yorumu eklemiyor
    sorun neyle alakalıdır acaba ?
  • 02-06-2010, 18:57:18
    #2
    anasayfadaki yorum linki siteadi.com/# tıklayınca gittigi adres bu
    yorumlardaki yorum yazıncada anasayfaya atıyor tekrar
  • 02-06-2010, 19:24:34
    #3
    İlk sorunun da muhtemelen temada gönder butonunu yanlış linklemişlerdir.

    İkinci sorununa gelince, temanın index.php'sini aç.

    <?php comments_number('Yorum Yok', '1 Yorum ', '% Yorum' );?>
    bul ki sendeki muhtemelen böyle

    Onu

    <?php comments_popup_link('Yorum Yok;', '1 Yorum;', '% Yorum;'); ?>
    İle değiştir.
  • 02-06-2010, 19:48:50
    #4
    <div class="yorum-buyuk " title="<?php comments_number('Yorum Yok', '1 Yorum Yapılmış ', '% Yorum Yapılmış' );?>"><a href="#"><?php comments_number('Yorum Yok', '1 Yorum ', '% Yorum' );?></a></div>


    index.php böyle


    <?php comments_template(); // Get wp-comments.php template ?><div class="domestos"></div></div>

    single.php böyle


    daha önce oluyordu kendiliginden gitti yani
  • 03-06-2010, 16:44:09
    #5
    ArneLd adlı üyeden alıntı: mesajı görüntüle
    <div class="yorum-buyuk " title="<?php comments_number('Yorum Yok', '1 Yorum Yapılmış ', '% Yorum Yapılmış' );?>"><a href="#"><?php comments_number('Yorum Yok', '1 Yorum ', '% Yorum' );?></a></div>


    index.php böyle


    <?php comments_template(); // Get wp-comments.php template ?><div class="domestos"></div></div>

    single.php böyle


    daha önce oluyordu kendiliginden gitti yani
    Hocam index.php'deki bu kodu,
    <div class="yorum-buyuk " title="<?php comments_number('Yorum  Yok', '1 Yorum Yapılmış ', '% Yorum Yapılmış' );?>"><a  href="#"><?php comments_number('Yorum Yok', '1 Yorum ', '% Yorum'  );?></a></div>
    <div class="yorum-buyuk " title="<?php comments_popup_link('Yorum Yok;', '1 Yorum;', '% Yorum;'); ?></div>
    İle değiştirirsen sorun kalmaz.

    Single.php için ise comments.php yi temanın orjinali ile değiştir derim.
  • 03-06-2010, 23:18:51
    #6
    Orinalini attım ama hala sorun aynı. ilk sorunu çözdüm ama hala yorum yapılamıyor