Support

Account

Home Forums General Issues Wrong output for image Reply To: Wrong output for image

  • you have the image field set to return the image object rather than just the URL..

    go into your field group and change the field to return just the URL, then replace the_field(‘splash’); with echo get_field(‘splash’);