Update for new slideshow id
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 16:44:50 +0000 (12:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 16:44:50 +0000 (12:44 -0400)
parts/slide-show.php

index e566daa..f061c6b 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=12]");
     echo '</div>';
 }
 ?>