slideshow switch
authorIan Weller <ian@gaslightmedia.com>
Wed, 24 Feb 2016 15:17:52 +0000 (10:17 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 24 Feb 2016 15:17:52 +0000 (10:17 -0500)
parts/slide-show.php

index c02491d..703251f 100644 (file)
@@ -1,6 +1,6 @@
 <?php if (is_front_page()) {
     echo '<div id="slideshow">';
-    echo do_shortcode("[metaslider id=54]");
+    echo do_shortcode("[metaslider id=346]");
     echo '</div>';
 }
 ?>