Home › Support › Image Store › Download link not working in galleries › Reply To: Download link not working in galleries
August 11, 2013 at 11:41 pm
#54510
Xpark Media
Keymaster
You need to provide a link to the file, not the attachment page. Two ways to do it using the plugin’s hooks or modify the attachment template to add the link.
you can get the image values by using the function get_post_meta( $image->ID, '_wp_attachment_metadata', true );