<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.