Title: caption
Last modified: August 20, 2016

---

# caption

 *  Resolved [pmodugno](https://wordpress.org/support/users/pmodugno/)
 * (@pmodugno)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/)
 * Hi, i need captions for the slides, how can i do it? Thanks a lot!
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

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

 *  [W.P. Ginfo](https://wordpress.org/support/users/wp-ginfo/)
 * (@wp-ginfo)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423458)
 * Hi, Make sure you’ve updated to the latest versions of WP and Meteor slides.
   
   When selecting slides to add, as a featured image, in the right of the screen
   fill out the Title, caption, alt-text and description as well as which slideshow
   the image should feaure in.
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423462)
 * You can add captions using a [custom slideshow template](http://jleuze.com/plugins/meteor-slides/customizing-the-slideshow-template/).
 *  Thread Starter [pmodugno](https://wordpress.org/support/users/pmodugno/)
 * (@pmodugno)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423511)
 * W.P. Ginfo thanks a lot! Josh Leuze, i write <p><?php the_title(); ?></p> white
   the <!– .mslide –> at the and of div, but i have the title of the post, not image’s
   caption.
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423531)
 * The example is for adding the slide title as a caption, you can change that to
   add whatever content you want as the caption. Here’s a post that shows [how to get the image metadata](http://devmate.net/blog/wordpress-images-metadata/).
   And here’s a post with an easier [custom function for featured image metadata](http://kreeaytiv.com/news-and-blog/fetching-featured-image-metadata-in-wordpress).
 *  Thread Starter [pmodugno](https://wordpress.org/support/users/pmodugno/)
 * (@pmodugno)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423632)
 * i’m sorry, but, i don’t understand what i have to do. where do i have to write
   that code?
 *  Thread Starter [pmodugno](https://wordpress.org/support/users/pmodugno/)
 * (@pmodugno)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423633)
 * this is my code
 *     ```
       <div id="content-wrapper">
       			<div id="breadcrumbs"><h2><?php the_title(); ?></h2></div><!-- .mslide -->
       			<div id="content"><?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?></div>
       		</div><!-- CONTENT WRAPPER CLOSED -->
       ```
   
 *  Thread Starter [pmodugno](https://wordpress.org/support/users/pmodugno/)
 * (@pmodugno)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423634)
 * I’m really sorry, i don’t understand what i have to do. Please, can you tell 
   me, step by step, what i’ll do? i’m new whit wordpress. thanks al lot.
 *  Thread Starter [pmodugno](https://wordpress.org/support/users/pmodugno/)
 * (@pmodugno)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423636)
 * Hi Josh, i found this topic [http://wordpress.org/support/topic/plugin-meteor-slides-show-image-title?replies=13](http://wordpress.org/support/topic/plugin-meteor-slides-show-image-title?replies=13)
 * and this script
 *     ```
       <?php // Get the featured <?php // Get the featured image's title
   
       	$ms_thumb_id = get_post_thumbnail_id($id);
   
       	$ms_title = esc_attr( get_post_field( 'post_title', $ms_thumb_id ) );
   
       	echo '<p>' . $ms_title . '</p>';
   
       ?>
       ```
   
 * where do i have to write this? thanks!
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423661)
 * If that email I sent you didn’t clear it up for you, you can follow up on it 
   here.

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

The topic ‘caption’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/caption-5/#post-3423661)
 * Status: resolved