Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jamesdbruner

    (@jamesdbruner)

    There’s not an option for that in this plugin, sorry for the inconvenience!

    I am interested in the same question. I see it is not possible as an option. But is it possible to add the caption with a php-function, something like that:

    $alt = get_post_meta($attachment->ID, '_wp_attachment_image_alt', true);
    $image_title = $attachment->post_title;
    $caption = $attachment->post_excerpt;
    $description = $image->post_content;

    Thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slides with Captions?’ is closed to new replies.