Not compatible with Nofollow for external link
-
WP Lightbox 2 no longer has worked since I installed this hook for Nofollow for external link :
function auto_nofollow($text) { $return = str_replace('<a', '<a rel="nofollow"', $text); return $return; } add_filter('the_content', 'auto_nofollow');
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not compatible with Nofollow for external link’ is closed to new replies.