Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#120351
Preeminent
Participant

if( has_term( ‘awesome’, ‘product_tag’,$post->ID ) ) { ?>



Is what I’m trying to do. Anyone see why this wouldn’t work?