Konu
Wordpress Link Yapısı Ücretli Yardım Acil!
23-12-2022, 09:01:05
#6
DarknessHero
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' );