• span

    (@span)


    For those using Alex Rabe’s 1.8.4 or later(if you read this months from now.)

    I had a post up here before that had a complete functions.php replacement. Now its just 3 line additions and you are on your way.

    Add to Line 686:
    
    $alttext = ($meta['keywords'] . " " . $meta['camera']);
    
    Add to Line 690:
    
    $description = ($meta['exif_desc'] . " " . $meta['keywords']);
    
    Add to Line 745:
    
    $meta['exif_desc'] = ($pdata->get_META('camera') . " :: " . $pdata->get_META('focal_length') .  " :: " . $pdata->get_META('shutter_speed') . " :: " . $pdata->get_META('aperture') . " :: ISO " . $pdata->get_META('iso') . " :: " . $pdata->get_META('created_timestamp'));

    It will do this in the admin when uploading or using import meta data

    https://prntscr.com/46pav

    Here is my example of how it looks with Fancybox

    https://prntscr.com/46pbx

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Revised Exif Data for Picture Title – Nextgen’ is closed to new replies.