projects
/
WP-Themes
/
jollylama.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a649c9
)
Update slideshow id
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 30 Mar 2016 12:18:31 +0000
(08:18 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 30 Mar 2016 12:18:31 +0000
(08:18 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
bde6129
..
42b552b
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=
14
]");
+ echo do_shortcode("[metaslider id=
87
]");
echo '</div>';
}
?>