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

parts/slide-show.php

index 5521fb0..8b4c100 100644 (file)
@@ -1,5 +1,8 @@
 <?php if (is_front_page()) : ?>
        <div id="slideshow">
+        <?php 
+            echo do_shortcode("[metaslider id=597]"); 
+        ?>
             <?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
                <?php dynamic_sidebar( 'slideshow' ); ?>
             <?php endif; ?>