add metaslider id
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 May 2015 21:15:41 +0000 (17:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 May 2015 21:15:41 +0000 (17:15 -0400)
parts/slide-show.php

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