wordpress after custom image upload in a custom directory, finding the image address

130 Views Asked by At

I used jQuery form plugin to upload image in a newly created directory(i.e. my_gallery) within the theme file. How can I get the uploaded image address ?

1

There are 1 best solutions below

0
On

yes got the answer. Pretty easy. The address is:

get_template_directory_uri()."/my_gallery/imagename"