Now using the page order as set in admin side
authorLaury GvR <laury@gaslightmedia.com>
Tue, 14 Jul 2015 17:28:17 +0000 (13:28 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 14 Jul 2015 17:28:17 +0000 (13:28 -0400)
page-19.php [new file with mode: 0644]

diff --git a/page-19.php b/page-19.php
new file mode 100644 (file)
index 0000000..18624f5
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+wp_safe_redirect( 'optical-design' );
+
+//$children = get_pages('child_of=' . get_the_id());
+//if (count($children) > 0) {
+//$firstchild = $children[0];
+//wp_redirect(get_permalink($firstchild->ID));
+//} else {
+//wp_redirect(home_url());
+//}
+//exit;
+//
+
+?>
\ No newline at end of file