Temanızın functions.php dosyasına aşağıdaki kodu ekleyin.
function remove_more_link_scroll( $link ) {
$link = preg_replace( '|#more-[0-9]+|', '', $link );
return $link;
}
add_filter( 'the_content_more_link', 'remove_more_link_scroll' );
Paylaşımınız için teşekkür ederim hocam ancak bu bir temizleme fonksiyonu gibi duruyor ancak ben linke bu yapıyı ekleyen kodu bulmak istiyorum öncelik olarak.