Title: Subfolder Slideshow short code
Last modified: August 20, 2016

---

# Subfolder Slideshow short code

 *  Resolved [RobbyBoydstun](https://wordpress.org/support/users/robbyboydstun/)
 * (@robbyboydstun)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/subfolder-slideshow-short-code/)
 * I’ve got all of my gallery thumbnails displayed like I need them to be, but I
   was wondering if there was a short code or css that would allow me to make each
   gallery a slideshow when clicked on.
 * For example: [lg_gallery folder=”gallery” subfolder”gallery name” slideshow].
   Or something to this effect.
 * my website is [http://www.redipour.com](http://www.redipour.com)
 * Click on the gallery page.
 * [http://wordpress.org/extend/plugins/lazyest-gallery/](http://wordpress.org/extend/plugins/lazyest-gallery/)

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

 *  Plugin Author [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/subfolder-slideshow-short-code/#post-3418821)
 * See if this works:
    Add the following code to your theme functions.php
 *     ```
       function lg_always_slideshow( $link ) {
         $link .= '&lg_show=true';
         return $link;
       }
       add_filter('lazyest_folder_link', 'lg_always_slideshow');
       ```
   
 *  Thread Starter [RobbyBoydstun](https://wordpress.org/support/users/robbyboydstun/)
 * (@robbyboydstun)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/subfolder-slideshow-short-code/#post-3418827)
 * I think we are on the right track but the slideshow doesn’t show up. It says “
   loading…” and then the screen just stays blank. Is there a specific place to 
   put it in the theme functions.php that might have affected this?
 * Thanks for your help.
 *  Plugin Author [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/subfolder-slideshow-short-code/#post-3418913)
 * I see you have switched to a flash gallery

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

The topic ‘Subfolder Slideshow short code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lazyest-gallery_95a09e.svg)
 * [Lazyest Gallery](https://wordpress.org/plugins/lazyest-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lazyest-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lazyest-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/lazyest-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lazyest-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lazyest-gallery/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/subfolder-slideshow-short-code/#post-3418913)
 * Status: resolved