Title: Slideshow Shortcode
Last modified: August 20, 2016

---

# Slideshow Shortcode

 *  [stevek82](https://wordpress.org/support/users/stevek82/)
 * (@stevek82)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/slideshow-shortcode/)
 * Hi
 * _[ Moderator Note: [Please post code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   or markup snippets between backticks or use the code button. ]_
 *     ```
       function slideshow_shortcode( $atts, $content = null ) {
          return '<div class="slideshow-wrap"><div class="slideshow-body">' . do_shortcode($content) . '</div></div>';
       }
       add_shortcode( 'slideshow', 'slideshow_shortcode' );
       ```
   
 * Seems to have stopped working on a site my friend runs.
 * They upgraded to 3.5.1 and its stopped scrolling, but shows the first image in
   the list
 * Any ideas?
 * Steve

The topic ‘Slideshow Shortcode’ is closed to new replies.

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [stevek82](https://wordpress.org/support/users/stevek82/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/slideshow-shortcode/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
