Use correct 'view all events' page id for frontpage carousel link
authorLaury GvR <laury@gaslightmedia.com>
Tue, 10 Sep 2019 16:12:25 +0000 (12:12 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 10 Sep 2019 16:12:25 +0000 (12:12 -0400)
front-page.php

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