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

    I just noticed the problem!

    Change:
    <img src="<?php echo $images[0]["url"]["large"]; ?>" >

    To

    <img src="<?php echo $images[0]["sizes"]["large"]; ?>" >

    Remember to always debug your code, and read the docs.

    Thanks
    E