projects
/
WP-Themes
/
AdelaineConstruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f007e
)
Need different slideshow number for diff install
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 25 Mar 2015 15:08:38 +0000
(11:08 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 25 Mar 2015 17:48:08 +0000
(13:48 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
4b9a646
..
04de4fd
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-2,6
+2,7
@@
<?php if (is_front_page()) {
echo '<div id="slideshow">';
echo do_shortcode("[metaslider id=27]");
+ echo do_shortcode("[metaslider id=25]");
echo '</div>';
}
?>