[Plugin: Fun with Photo Data] Automatically include for EVERY image in each post?
-
Hi,
Would there be a way to include the EXIF data for EVERY image in each post within the specified category, instead of just one? I can see this this is where the data is included if the automatic inclusion is enabled, but I’m not sure how to run a loop that inserts the photo data after each photo instance in the post.
if ( in_array( $this->adminOptions['auto_category'] , $categories )){
//if we match return the content plus the shortcode
return $content . "\n\n[photodata]";
}Any help would be appreciated. Thanks in advance!
https://www.ads-software.com/extend/plugins/fun-with-photo-data/
- The topic ‘[Plugin: Fun with Photo Data] Automatically include for EVERY image in each post?’ is closed to new replies.