projects
/
WP-Themes
/
truenorthgolf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b51e2
)
commented out old code
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 3 Feb 2017 13:55:14 +0000
(08:55 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 3 Feb 2017 13:55:14 +0000
(08:55 -0500)
I commented out the old metaslider shortcode.
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
a1504d1
..
d43dc53
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-1,7
+1,7
@@
<?php if (is_front_page()) : ?>
<div id="slideshow">
<?php
- echo do_shortcode("[metaslider id=594]");
+
//
echo do_shortcode("[metaslider id=594]");
?>
<?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
<?php dynamic_sidebar( 'slideshow' ); ?>