projects
/
WP-Themes
/
charlevoixlibrary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80478f
)
fixing the permalink id for the events page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 4 May 2017 12:00:51 +0000
(08:00 -0400)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/index.php
b/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