Quote:
Originally Posted by TheDA
Looks like I'm gonna have to get someone to code it for me.
|
you can use the function
wp_get_attachment_metadata
the exif data is already stored, you just need to grab the relevant info.
$data = wp_get_attachment_metadata($post->ID, FALSE);
then print_r($data) to get the results.