projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ae9e3
)
testing shortcode attribute order to fix events from not being displayed on front...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Aug 2017 19:25:59 +0000
(15:25 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Aug 2017 19:25:59 +0000
(15:25 -0400)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
72d6ca8
..
b976ea7
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-17,7
+17,7
@@
<div id="feeds" class="small-12 medium-5 columns">
<div id="calendar-feed" class="row columns">
<h2>Upcoming Events</h2>
-
<?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit=3 category="4,5"]');
?>
+
<?php echo do_shortcode("[glm-members-event-list template='eventsFrontPage.html' category='4,5' limit=3]");
?>
<a class="button" href="#">view all events</a>
</div>
</div>