![]() |
Wordpress EXIF Plug-in Recommendations
Anyone using WP plug-ins that allow you to automatically post EXIF data for each image in a post?
Thesography is the most advanced one I've seen but I'm looking for a bit more. Anything you would recommend for the following? I want to be able to easily fill in the blanks on a per image basis if the EXIF data has been stripped for example. I want to be able to add my own custom 'EXIF' for each image too in maybe an 'accessory field' for showing filters used or other general comments etc |
Looks like I'm gonna have to get someone to code it for me.
|
Quote:
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. |
|
Quote:
|
Thanks I'll take a look and see where I need to put this stuff.
I was hoping for a plug-in with admin page etc for ease of use, but I might get it to do what I want. |
Quote:
:thumbsup |
All times are GMT -7. The time now is 05:43 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123