projects
/
WP-Themes
/
northernlakes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acea26e
)
Devsite metaslider shortcode
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 27 Jul 2015 13:22:06 +0000
(09:22 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 27 Jul 2015 13:22:06 +0000
(09:22 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
15fe640
..
2e02eee
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=55]");
+ echo do_shortcode("[metaslider id=4179]");
echo '</div>';
}
?>