Support

Account

Home Forums General Issues the_image not returning value in media attachments Reply To: the_image not returning value in media attachments

  • Hi @digisavvy

    hopefully you can see the returned value is not a URL, but a post object.
    Either you have set the return type to ‘post object’, or ACF is unable to correctly format the value based on the field’s settings.

    From this post object, you can get the url via the get_permalink( $value->ID ) function

    Hope that helps.

    Cheers
    E