• 09-08-2021, 18:47:49
    #1
    Merhabalar, sitemde filmlere her yorum yaptığımda sadece sabit bir filme yorum yaptıtırıyor örneğin uzak ülke filmine yorum yapıcakken baba parasına yapıyor sebebi nedir deneyip görmek içinde link bırakıyorum;
    https://izlemelistem.com/movie/stajyer/
  • 09-08-2021, 18:56:31
    #2
    yorum bolumunun yer aldigi tema dosyasinda
    <input type='hidden' name='comment_post_ID' value='483' id='comment_post_ID' />
    kismini
    <input type='hidden' name='comment_post_ID' value='<?php echo $post_id;?>' id='comment_post_ID' />
    olarak degistirin. eger olmazsa
    <input type='hidden' name='comment_post_ID' value='<?php echo post_id();?>' id='comment_post_ID' />
    emin degilim tam olarak ama ikisinden birinin calismasi lazim.