adding events page id to the view all events button
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 18 Dec 2018 16:27:34 +0000 (11:27 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 18 Dec 2018 16:27:34 +0000 (11:27 -0500)
parts/events-search-widget.php

index 7dd0444..6f0c53d 100644 (file)
@@ -47,7 +47,7 @@
                     <input class="events-search-button" type="submit" value="Search Events">
                 </form>
             </div>
-            <a class="view-all-events" href="<?php echo get_permalink(); ?>">View All Events</a>
+            <a class="view-all-events" href="<?php echo get_permalink(757); ?>">View All Events</a>
         </div>
     </div>
 </div>