Customizing WordPress Gallery Post Format
问题 My current theme supports Gallery Post Formats. The Gallery format takes all images from the gallery and displays them in a slideshow. I want to be able to add the caption and photo credit line to the bottom of each image as it changes for the information to change along with it. The current gallery format template looks like this: <?php if ( has_post_format( 'gallery' ) ) : ?> <div class="gallery-post-format"> <?php $galleries = get_post_gallery_images( $post ); $output = '<ul class="gallery