webloggi adlı üyeden alıntı: mesajı görüntüle
functions.php içerisinde ekleyin;
add_filter( 'the_content', 'filter_the_content_in_the_main_loop' );
function filter_the_content_in_the_main_loop( $content ) { if ( is_single() ) { $content = preg_replace(array('"<a href(.*?)>"', '"</a>"'), array('',''), $content); }
Kaynak; https://wordpress.stackexchange.com/questions/290562/remove-external-links-from-wordpress-posts-using-add-filter-in-theme-functions
Hocam peki bu sadece yazı ıcındekı lınklere etkı eder degıl mı ? ayrıca tema degısımınde vs bu kodu da yenı temaya aktarmamız lazım o zaman ?

bır de yenıden lınk eklememızın onune gecer mı bu ?