Support

Account

Home Forums General Issues How can I apply an ACF field to a single custom post if it refers to the taxomy Reply To: How can I apply an ACF field to a single custom post if it refers to the taxomy

  • The post ID when getting values from a taxonomy should be 'term_'.$term->id

    A true false field returns either true or false, not yes or no.

    
    if (get_field( 'disable_finger', 'term_' . $cater )
       // field is set to true