fixing the permalink id for the events page
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 May 2017 12:00:51 +0000 (08:00 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 May 2017 12:00:51 +0000 (08:00 -0400)
was using the wrong id in get permalink for the theme search form when searching the
events list page

index.php

index 3966d29..1077039 100644 (file)
--- a/index.php
+++ b/index.php
@@ -49,7 +49,7 @@
                     
                     // Private members
                     var baseUrl     = '<?php echo home_url('/') ?>';
-                    var eventsPage  = '<?php echo get_permalink(131) ?>';
+                    var eventsPage  = '<?php echo get_permalink(330) ?>';
                     var url,queryType;
 
                     // Public members