commented out old code
authorIan Weller <ian@gaslightmedia.com>
Fri, 3 Feb 2017 13:55:14 +0000 (08:55 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 3 Feb 2017 13:55:14 +0000 (08:55 -0500)
I commented out the old metaslider shortcode.

parts/slide-show.php

index a1504d1..d43dc53 100644 (file)
@@ -1,7 +1,7 @@
 <?php if (is_front_page()) : ?>
        <div id="slideshow">
         <?php 
-            echo do_shortcode("[metaslider id=594]"); 
+            //echo do_shortcode("[metaslider id=594]"); 
         ?>
             <?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
                <?php dynamic_sidebar( 'slideshow' ); ?>