Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How to get caption?

$
0
0

Replies: 0

What do I need to add to this to display caption text that can be set in the admin panel when I add a photo to gallery?


$galleryArray = get_post_gallery_ids(); 

foreach ( $galleryArray as $id ) {

    echo '<img src="' . wp_get_attachment_url( $id ) .'">';

}

Viewing all articles
Browse latest Browse all 59525

Trending Articles