projects
/
WP-Themes
/
laury
/
newbreakout.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452f2b1
)
testing meta slider
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 15 Mar 2016 13:24:07 +0000
(09:24 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 15 Mar 2016 13:24:07 +0000
(09:24 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
4f85c58
..
e0b085f
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=4]");
+ echo do_shortcode("[metaslider id=4
6
]");
echo '</div>';
}
?>