Support

Account

Home Forums Add-ons Gallery Field Bring gallery image into have post array Reply To: Bring gallery image into have post array

  • Hi @BeeBlu
    You can debug like so:

    
    $images = get_field('gallery');
    echo '<pre>';
    	print_r( $images );
    echo '</pre>';
    die;
    
    

    Thanks
    E