projects
/
WP-Themes
/
harborcountry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec488c6
)
Update the shortcode call for home events.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 18 Oct 2016 13:19:09 +0000
(09:19 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 18 Oct 2016 13:19:09 +0000
(09:19 -0400)
Get the featured events for the home page.
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
b583fa4
..
b6c9730
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-19,7
+19,7
@@
<div id="feeds" class="small-12 medium-8 large-9 columns">
<div id="calendar-feed" class="row columns">
<h1>Calendar of Events</h1>
- <?php echo do_shortcode('[glm-members-event-list
current="True" limit="3
"]');?>
+ <?php echo do_shortcode('[glm-members-event-list
featured="True" template="eventsHomeCurrent.html
"]');?>
</div>
<?php get_template_part('parts/blog-feed-front');?>
</div>