Hello. I use only feeds on my blog and need to put rel nofollow and _blank to all links in the posts. I try mattgerris plugin but it doesnt works for me. Can you say me how to do it?
Hello. I use only feeds on my blog and need to put rel nofollow and _blank to all links in the posts. I try mattgerris plugin but it doesnt works for me. Can you say me how to do it?
Add this to your theme's functions.php file:
add_filter('the_content', 'wp_rel_nofollow');
That won't _blank them, but it will nofollow them.
Maybe the following plugin can help you :) - Nofollow Links in Posts
This topic has been closed to new replies.