To make the links nofollow tag, you do not need the help of plugin. Use this simple code in which you want to display tags.
[sourcecode language=”php”]
Tags :
term_id).'” rel=”noffolow”>’.$tag->name.’, ‘;
if( $count >5 ) break;
}
}
?>
[/sourcecode]
5 number of tag that you want to display.