Support

Account

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

  • Since this is your only foreach I have to assume this is what’s causing the error

    
    foreach($case_study_category as $cs) { $cs = get_category($cs); }
    

    How are you populating the variable $case_study_category?