Hello there, I installed the zpSkeleton theme the other day and am trying to find out if anyone knows if it is possible to modify that theme to show EXIF data? I sent the theme developer an inquiry on this and I have yet to hear back. Has anyone been able to implement EXIF in any of the ZP themes? I am VERY new to ZenPhoto and am loving it so far, I am just pretty lost. I don't want a popup, I just want a small area where the EXIF is shown on the image page. Thanks!
Comments
Zenphoto has a function `printImageMetadata()` that does just this display, so it is simply a matter of placing a call on the function at the appropriate place in your `image.php` script.
Be sure to review the documentation of the function for any parameters you might need. Also you might want to test first if there is metadata to be displayed using the function `getImageMetaData()`. That latter function will give you the raw data if you wish to organize it differently than the print function does.