Home › Forums › ACF PRO › List all entries from a custom field › Reply To: List all entries from a custom field
so you can simply do
echo ““;
instead of wp_get_attachment_image_src or wp_get_attachment_image
you dont need to get the attachment via the function call.
check what your acf image field is set to in the group as a return value, there are options like ‘object’, ‘id’ etc, what do you have it set to. I believe you have it set to url.
If you set it to id, i believe the previous code will work.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.