fixing the permalink for the view all events button on the front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 12:40:09 +0000 (08:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 12:40:09 +0000 (08:40 -0400)
sections/front-page.php

index 7f5d6bd..ce98fd3 100644 (file)
@@ -11,7 +11,7 @@
             </div>
             <div id="events-widget" class="small-12 large-4 columns">
                 <?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit="3"]'); ?>
-                <a class="button view-all-events" href="<?php echo get_template_directory_uri(1215); ?>">View All Events</a>
+                <a class="button view-all-events" href="<?php echo get_permalink(1215); ?>">View All Events</a>
             </div>
         </div>