{IMAGE} returns wrong src
-
Hi! I’m working on a client’s site and we’re sending new post notifications with various content – body content, images, etc. Everything is working fine except for roducing the post’s featured image.
We’ve placed the {IMAGE} short code in our email template and for some reason the returned image is missing the site’s home url and the image is not rendering. We see:
<img width=3D”1433″ height=3D”573″ src=3D”http:///wp-content/uploads/2016/07/IMAGE.png” alt=3D”IMAGE TITLE”>
…instead of:
<img width=”1433″ height=”573″ src=’http://OUR-SITE.org/wp-content/uploads/2016/07/IMAGE.png’ alt=”IMAGE TITLE”>
Again, the plugin is not adding the site’s home url to the image src. Any help would be greatly appreciated. Thanks!
The topic ‘{IMAGE} returns wrong src’ is closed to new replies.