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!