Support

Account

Home Forums Front-end Issues File ID Custom Field – Not Showing Up on Front-End Reply To: File ID Custom Field – Not Showing Up on Front-End

  • Hi @StephBertha

    First guess is that:
    $attachment_id = get_field('ab_materials_operating');

    should be:

    $attachment_id = get_sub_field('ab_materials_operating');

    Thanks
    E