projects
/
WP-Themes
/
littlefieldtownship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f9a7e
)
update id for slideshow
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 24 Feb 2016 14:10:07 +0000
(09:10 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 24 Feb 2016 14:10:07 +0000
(09:10 -0500)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
e566daa
..
703251f
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-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>';
}
?>