Update slideshow id
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 30 Mar 2016 12:18:31 +0000 (08:18 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 30 Mar 2016 12:18:31 +0000 (08:18 -0400)
parts/slide-show.php

index bde6129..42b552b 100644 (file)
@@ -1,6 +1,6 @@
 <?php if (is_front_page()) {
     echo '<div id="slideshow">';
-    echo do_shortcode("[metaslider id=14]");
+    echo do_shortcode("[metaslider id=87]");
     echo '</div>';
 }
 ?>