usta yorum kodu bir fonksiyonun icinde kalmis onu cikartman gerek:
Alıntı
<?php if (function_exists('wp_related_posts_with_excerpt')) { wp_related_posts_with_excerpt(); }?>
<div class="cleared"></div></div></div><div class="cleared"></div></div></div>
<?php comments_template(); ?>
<?php endwhile; ?>
p_related_posts_with_excerpt eklentisi midir nedir aktif olmadigi icin yorum kismina gidemiyor

eger boyle yaparsan duzelecektir:

Bul:
Alıntı
<?php if (function_exists('wp_related_posts_with_excerpt')) { wp_related_posts_with_excerpt(); }?>
<div class="cleared"></div></div></div><div class="cleared"></div></div></div>
<?php comments_template(); ?>
<?php endwhile; ?>
degistir:

Alıntı
<div class="cleared"></div></div></div><div class="cleared"></div></div></div>
<?php comments_template(); ?>
duzelmezse yaz