adding links to the events page to the front page view all events banners
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 27 Feb 2017 19:56:15 +0000 (14:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 27 Feb 2017 19:56:15 +0000 (14:56 -0500)
sections/front-page.php

index e836de6..2abba1c 100644 (file)
                                         <h5>Featured Events</h5>
                                     </div>
                                     <div class="event-list right show-for-medium-up">
-                                        <a href="#"><h5>View All Event</h5></a>
+                                        <a href="<?php echo get_permalink(96); ?>"><h5>View All Event</h5></a>
                                     </div>
                                       <?php get_template_part('parts/event-feed'); ?>
                                 </div>
                                  <div class="show-for-small-down row">
                                    <div class="event-list">
-                                        <a href="#"><h5>View All Event</h5></a>
+                                        <a href="<?php echo get_permalink(96); ?>"><h5>View All Event</h5></a>
                                     </div>
                                 </div>
                             </div>