Support

Account

Home Forums ACF PRO Taxonomy to Find Category Selected Reply To: Taxonomy to Find Category Selected

  • Ah yes the block is wrapped inside a

    
    <?php 
      $case_study_category = get_field('case_study_category');
    			
      if( ($case_study_category) ) :
    ?>
    ...
    <?php endif; ?>
    

    The field is Taxonomy (Category)
    Return Value: Term ID

    Screen here of field page: https://postimg.cc/D4GNVRYQ