How do I make this Nofollow (PHP) ?
How can I make the following code into a nofollow link?
<?php if($themes_reviews_tag_1 == "0") { echo(get_the_term_list(get_the_ID(), $gp_settings['reviews_tag_1_tax'], '<li><strong>'.$themes_reviews_tag_1_singular_name s.':</strong> ', ', ', '</li>')); } ?>
Thanks
|