Forums

[Plugin: Fun with Photo Data] Automatically include for EVERY image in each post? (1 post)

  1. gavinsmith
    Member
    Posted 2 years ago #

    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!

    http://wordpress.org/extend/plugins/fun-with-photo-data/

Topic Closed

This topic has been closed to new replies.

About this Topic