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/
Wordpress yorum hatası!! yardım
1
●40
- 09-08-2021, 18:47:49
- 09-08-2021, 18:56:31yorum 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.