adding link to the view all events link on the front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Aug 2019 20:50:57 +0000 (16:50 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Aug 2019 20:50:57 +0000 (16:50 -0400)
front-page.php

index 3a551bf..e5bf6dd 100644 (file)
@@ -72,7 +72,7 @@
                         <h1>Upcoming Events</h1>
                     </div>
                     <div id="glma-events-carousel-more">
-                        <div>View All Events <span class="arrow"></span></div> 
+                        <div><a href="<?php echo get_permalink(3655); ?>">View All Events <span class="arrow"></span></a></div> 
                     </div>
                 </div>
                 <?php get_template_part('parts/event-feed'); ?>