View Single Post
Old 01-04-2014, 03:33 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
Quote:
Originally Posted by TheDA View Post
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.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote