post-format

Customizing WordPress Gallery Post Format

吃可爱长大的小学妹 提交于 2019-12-11 15:48:54
问题 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