Support

Account

Home Forums Front-end Issues acf value from cpt not showing on category.php Reply To: acf value from cpt not showing on category.php

  • What kind of field is technicalData, are you sure the name is correct? I’m guessing that its a group field(?)

    
    $technical_data = get_field('technicalData') ;
    var_dump($technical_data);