Hello can someone please help me what to add in this code to make my clickable links open in new tab and in have rel no follow??

here's the code..

Code: 
function makeClickable($content){
$content = make_clickable($content);
return $content;
}
add_filter('the_content', 'makeClickable');
add_filter('the_title', 'makeClickable');
?>
Will pay for someone who can help me..

Thank you.
Ryza Reviewed by Ryza on . Coder for a little Code Change (Add nofollow + open new tab) Hello can someone please help me what to add in this code to make my clickable links open in new tab and in have rel no follow?? here's the code.. function makeClickable($content){ $content = make_clickable($content); return $content; } add_filter('the_content', 'makeClickable'); add_filter('the_title', 'makeClickable'); Rating: 5