| 
	
	
		
		
		
		 @Nice_Nick 
edited: Looks this is WP you can adjust the function get_the_term_list and put the nofollow there in. If you need to be able to switch add to the function get_the_term_list a paramter on end like: nofollow = false  
 
add a if to put the nofollow in case is set to true 
 
when you call it and want the nofllow put:  
(get_the_term_list(get_the_ID(), $gp_settings['reviews_tag_1_tax'], '<li><strong>'.$themes_reviews_tag_1_singular_nam  e s.':</strong> ', ', ', '</li>', true) 
		
	
		
		
		
		
		
		
			
		
		
	
	 |