TheStranger adlı üyeden alıntı: mesajı görüntüle
Bu kodu child temanın functions.php dosyasına ekleyin (123 yazan kısmı değiştirebilirsiniz):

add_filter( 'generate_copyright','tu_custom_copyright' );
function tu_custom_copyright() {
?>
123
<?php
}
Çok teşekkür ederim çalıştı hocam.