I tried following the instruction s but can’t get the plugin to work, the fields show in admin and i upload images with them but when I publish and view the post no images show. Do I need to add something to template files for this to show?
Share
Reading from the producer’s page they state that for images/files their API returns a URL.
That might mean that the plug-in is not integrated with the native file handling functions. And you might need to use their template tags like
<img src="<?php the_field('name') ?>" />.somewhere after this