absolutex
Member
Posted 4 years ago #
[code]$content_text = strip_tags(nl2br(get_the_content('Read the full story » ')),"<b><i><span>");
$content_text = wp_noextrenallinks_parser($content_text);[/code]
this code i used in themeplate / index.php
but i got somthing wrong :(
�
after i'm update to 2.10
http://wordpress.org/extend/plugins/wp-noexternallinks/
Why do you use such strange methods? oO
However, if you need to apply WPNoExternalLinks filter on smth external, use
$content_text = apply_filters('the_content', $content_text);
But the code you posted also should work... What kind of error do you get?