projects
/
WP-Themes
/
glmthemes
/
bpla-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6418b
)
New slideshow shortcode number.
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 23 Oct 2015 13:48:12 +0000
(09:48 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 23 Oct 2015 13:48:12 +0000
(09:48 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
ff3d1f7
..
c3a99ed
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=75]");
+ echo do_shortcode("[metaslider id=95]");
echo '</div>';
}
?>