Set image using ACF

I have created some new custom fields using the ACF plugin.

One of those fields is an image.

But when I want my page to reference that image inside the Pro content builder the only option is for me to I can select an image from the media library.

How can I make it select the image used inside the ACF custom field? Is there a way I can call the image URL using shortcode or something?

Hi There,

You can try with this shortcode(replace featured_image_2 with your field name):

[acf field="featured_image_2"]

It will return the URL of image:

Your custom field should be setup like this:

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.