funtions.php şunu ekle

function custom_read_more_text() {
    return 'Devamını Oku';
}
add_filter('the_content_more_link', 'custom_read_more_text');