Title: [Plugin: Slideshow Gallery] Getting it to work &amp; Using the php in template
Last modified: August 20, 2016

---

# [Plugin: Slideshow Gallery] Getting it to work & Using the php in template

 *  [lcrook](https://wordpress.org/support/users/lcrook/)
 * (@lcrook)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-using-the-php-in-template/)
 * I was able to get it working finally but the Slides and Text will not work or
   appear in Google Chrome.
 * To get it working for other browsers, After install, go to the Admin Slideshow.
   Add your custom slides images, text, title, etc.
 * Then either add a page or post and use the tinymce editor to add in the shortcode
   such as [slideshow custom=true] *note that shortcode is only if you are using
   the custom images under the admin manage slide section in the admin userinterface.
 * The alternative is to put the php code in the theme, use the following code or
   the code given on the wp theme page, not the code provided on the authors page.
 * <?php if (class_exists(‘Gallery’)) { $Gallery = new Gallery(); $Gallery -> slideshow(
   $output = true, $post_id = null); }; ?>
 * However, like I said, this gallery does not work with google chrome but did work
   in Firefox, Safari, and IE7. I did not check any further then those as I see 
   no reason with it not working in Chrome.
 * [http://wordpress.org/extend/plugins/slideshow-gallery/](http://wordpress.org/extend/plugins/slideshow-gallery/)

The topic ‘[Plugin: Slideshow Gallery] Getting it to work & Using the php in template’
is closed to new replies.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [lcrook](https://wordpress.org/support/users/lcrook/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-using-the-php-in-template/)
 * Status: not a support question