adding the page ids to the javascript array in the day trips interactive map js
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 2 Mar 2017 15:48:41 +0000 (10:48 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 2 Mar 2017 15:48:41 +0000 (10:48 -0500)
code

parts/interactive-map.php

index 1346de1..3abca32 100644 (file)
@@ -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