// bu kod single.php içinde kullanılmak için hazırlanmıştır.

$post_id = get_the_ID();
$yorum_sayisi = get_comments_number($post_id);
echo "Bu yazı $yorum_sayisi adet yoruma sahiptir.";