projects
/
WP-Themes
/
glmthemes
/
universitycenter-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58820ce
)
updating the slideshow
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 27 Jan 2017 19:38:31 +0000
(14:38 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 27 Jan 2017 19:38:31 +0000
(14:38 -0500)
I added a shortcode to show a slideshow that matches the same slideshow
dimensions as the original.
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
94844b5
..
d7bcceb
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-1,5
+1,8
@@
<?php if (is_front_page()) : ?>
<div id="slideshow">
+ <?php
+ echo do_shortcode("[metaslider id=602]");
+ ?>
<?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
<?php dynamic_sidebar( 'slideshow' ); ?>
<?php endif; ?>