Direct the Visitors Guide page to the plan-your-trip-2 top nav page.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 22 Jun 2015 14:38:17 +0000 (10:38 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 22 Jun 2015 14:38:17 +0000 (10:38 -0400)
page-2064.php [new file with mode: 0644]

diff --git a/page-2064.php b/page-2064.php
new file mode 100644 (file)
index 0000000..13bd774
--- /dev/null
@@ -0,0 +1,17 @@
+
+<?php wp_redirect(get_permalink(2027)); ?>
+
+<!--is_page();
+// When any single Page is being displayed.
+
+is_page(42);
+// When Page 42 (ID) is being displayed.
+
+is_page('Contact');
+// When the Page with a post_title of "Contact" is being displayed.
+
+is_page('about-me');
+// When the Page with a post_name (slug) of "about-me" is being displayed.
+
+is_page(array(42,'about-me','Contact'));
+// Returns true when the Pages displayed is either post ID 42, or post_name "about-me", or post_title "Contact".  Note: the array ability was added at Version 2.5.-->
\ No newline at end of file