Retreive image url
-
Hello. I’ve started using this plugin and found it very practical.
I have a queston.
When I set up an image field and try to retreive the image url, i just get a number.
This is what i do.
Create an image field with the field name “banner_1”
Then I do:
echo get_option('banner_1');
And it writes “639”I see that this number correspond with this value:
<input type="hidden" name="banner_1" value="639" class="aop-media-attachment">
My question is, how do i get the image url?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Retreive image url’ is closed to new replies.