update id for slideshow
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 24 Feb 2016 14:10:07 +0000 (09:10 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 24 Feb 2016 14:10:07 +0000 (09:10 -0500)
parts/slide-show.php

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