too many slideshows active
authorIan Weller <ian@gaslightmedia.com>
Fri, 23 Oct 2015 12:57:40 +0000 (08:57 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 23 Oct 2015 12:57:40 +0000 (08:57 -0400)
parts/slide-show.php

index 8d36b06..375cbd7 100644 (file)
@@ -1,7 +1,7 @@
 <?php if (is_front_page()) {
     echo '<div id="slideshow">';
     echo do_shortcode("[metaslider id=76]");
-    echo do_shortcode("[metaslider id=12]");
+//    echo do_shortcode("[metaslider id=12]");
     echo '</div>';
 }
 ?>