Support

Account

Home Forums General Issues ACF field is displayed in all categories Reply To: ACF field is displayed in all categories

  • You need to test to see if the field has a value, if it does not then it is not used.

    
    if (get_field('type')) {
      // field is used and has a value
    }