ID, false ); // Get the first gallery $images = explode( ',', $gallery['ids'] ); // Get the gallery image IDs ?>
'. $excerpt .'
'; } else { $image_excerpt_caption = null; } // Output the image with captions $attachment = (array) wp_get_attachment_image_src( $image, 'full' ); if ( isset( $attachment[0] ) ) { echo '
' . $image_excerpt_caption . '
'; } endforeach; ?>