According to the spec this is supposed to return a URL; all it returns is the post/page ID number. I'm running ACF 3.0.6 and WP 3.3.1.
thanks for your help!
Michelle
According to the spec this is supposed to return a URL; all it returns is the post/page ID number. I'm running ACF 3.0.6 and WP 3.3.1.
thanks for your help!
Michelle
Looks like my problem was in using get_post_meta to retrieve the value; that always brings back the ID. Using the_field it works, see documenation: http://www.advancedcustomfields.com/docs/field-types/image/
Thanks!
You must log in to post.