projects
/
WP-Themes
/
FairEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
190de25
)
Update for new slideshow id
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:44:50 +0000
(12:44 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:44:50 +0000
(12:44 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
e566daa
..
f061c6b
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=
12
]");
echo '</div>';
}
?>