Support

Account

Home Forums Add-ons Gallery Field Include Gallery Field in Custom Post Type Reply To: Include Gallery Field in Custom Post Type

  • Thanks, tried that code but didn’t get anywhere. So forget my code.

    I dialed it back to this from the support document:

    <?php
     
    var_dump( get_field('car_photos') );
     
    ?>
    

    That returns a bool(false) on the page. Any ideas?

    Thanks for the help. I normally never have issues with ACF.