View Single Post
Old 04-25-2014, 01:53 AM  
superman1
Registered User
 
Industry Role:
Join Date: Dec 2013
Posts: 49
@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)

Last edited by superman1; 04-25-2014 at 02:03 AM..
superman1 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote