projects
/
WP-Themes
/
mackinawareavb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e905d87
)
adding the page ids to the javascript array in the day trips interactive map js
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 2 Mar 2017 15:48:41 +0000
(10:48 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 2 Mar 2017 15:48:41 +0000
(10:48 -0500)
code
parts/interactive-map.php
patch
|
blob
|
history
diff --git
a/parts/interactive-map.php
b/parts/interactive-map.php
index
1346de1
..
3abca32
100644
(file)
--- a/
parts/interactive-map.php
+++ b/
parts/interactive-map.php
@@
-24,7
+24,7
@@
<?php
$nav_args = array(
'post_type' => 'page',
- 'post__in' => array(812,814,816,818,823,821,825,827,829,831,835,833, 837,116),
+ 'post__in' => array(812,814,816,818,823,821,825,827,829,831,835,833, 837,116
, 1226,1233,1220
),
'posts_per_page' => -1,
'numberposts' => -1