Quote:
	
	
		
			
				
					Originally Posted by  Nice_Nick
					 
				 
				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 
			
		 | 
	
	
 I dont see a tag,therefore you need to find where is a tag located to be able to add it,
this looks like it pulls list or just one link from database.