projects
/
WP-Themes
/
LandMasters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ec326
)
add metaslider id
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 1 May 2015 21:15:41 +0000
(17:15 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 1 May 2015 21:15:41 +0000
(17:15 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
e566daa
..
70065cd
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-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>';
}
?>