Home › Forums › Back End › Can’t get this Conditional Statement to work in WordPress › Re: Can’t get this Conditional Statement to work in WordPress
January 8, 2013 at 10:59 pm
#120351
Participant
if( has_term( ‘awesome’, ‘product_tag’,$post->ID ) ) { ?>
ID, ‘deal-title’, true); ?>
Is what I’m trying to do. Anyone see why this wouldn’t work?