updating the slideshow
authorIan Weller <ian@gaslightmedia.com>
Fri, 27 Jan 2017 19:28:33 +0000 (14:28 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 27 Jan 2017 19:28:33 +0000 (14:28 -0500)
I added a shortcode to show a slideshow that matches the same slideshow
dimensions as the original

parts/slide-show.php

index 94844b5..df294e1 100644 (file)
@@ -1,5 +1,6 @@
 <?php if (is_front_page()) : ?>
        <div id="slideshow">
+        <?php do_action('slideshow_deploy', '20'); ?>
          <?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
            <?php dynamic_sidebar( 'slideshow' ); ?>
          <?php endif; ?>