adding events widget to the front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 27 Jul 2017 14:06:42 +0000 (10:06 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 27 Jul 2017 14:06:42 +0000 (10:06 -0400)
replacing the html mark up dummy event data with the events widget shortcode

sections/front-page.php

index 5d52ce9..da58f63 100644 (file)
             <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 current="True" limit="3"]');?>
-                    <div class="date small-12 columns">
-                        <span>June 17 (Saturday)</span>
-                    </div>
-                    <div class="small-12 columns">
-                        <div class="row event-post">
-                            <div class="small-12 large-4 columns event-img">
-                                <img src="<?php echo get_template_directory_uri();?>/assets/sample-event-image-1.jpg">
-                            </div>
-                            <div class="small-12 large-8 columns">
-                                <h4>Two Day Festival</h4>
-                                <span class="post-date">June 17 - June 18</span>
-                                <span>10:00 AM</span>
-                            </div>
-                        </div>
-                        <div class="row event-post">
-                            <div class="small-12 columns">
-                                <h4>Event Two Title</h4>
-                                <span>8:30 PM</span>
-                            </div>
-                        </div>
-                    </div>
-                    <div class="date small-12 columns">
-                        <span>June 24 (Saturday)</span>
-                    </div>
-                    <div class="small-12 columns">
-                        <div class="row event-post">
-                            <div class="small-12 large-4 columns event-img">
-                                <img src="<?php echo get_template_directory_uri();?>/assets/sample-event-image-2.jpg">
-                            </div>
-                            <div class="small-12 large-8 columns">
-                                <h4>Event Number Three</h4>
-                                <span>9:00 AM</span>
-                            </div>
-                        </div>
-                    </div>
+                    <?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html"]');?>
                     <a class="button" href="#">view all events</a>
                 </div>
             </div>