projects
/
WP-Themes
/
CharlevoixDesign.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d1b36
)
Now using the page order as set in admin side
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Jul 2015 17:28:17 +0000
(13:28 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Jul 2015 17:28:17 +0000
(13:28 -0400)
page-19.php
[new file with mode: 0644]
patch
|
blob
diff --git a/page-19.php
b/page-19.php
new file mode 100644
(file)
index 0000000..
18624f5
--- /dev/null
+++ b/
page-19.php
@@ -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