From 41bf825bfdc990ca06ebf26faaf9ec9e3dc03e18 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 9 Apr 2015 16:00:28 -0400 Subject: [PATCH] Update the client link also move testimonials to the top of inside pages --- archive-testimonial.php | 2 +- functions.php | 2 +- header.php | 2 +- page.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archive-testimonial.php b/archive-testimonial.php index 25796e0..b23ae3f 100644 --- a/archive-testimonial.php +++ b/archive-testimonial.php @@ -1,5 +1,6 @@
+
@@ -16,7 +17,6 @@
-
diff --git a/functions.php b/functions.php index e199eae..a2adbf4 100644 --- a/functions.php +++ b/functions.php @@ -54,7 +54,7 @@ function glm_page_menu($parent = 0, $class = '') 'post_type' => 'page', 'parent' => $parent, 'number' => '', - 'exclude' => $frontPageId, + 'exclude' => "$frontPageId,702", 'post_status' => 'publish', 'sort_order' => 'asc', 'sort_column' => 'menu_order' diff --git a/header.php b/header.php index d2c872b..a6ee521 100644 --- a/header.php +++ b/header.php @@ -26,7 +26,7 @@
diff --git a/page.php b/page.php index 8088237..fe67113 100644 --- a/page.php +++ b/page.php @@ -1,5 +1,6 @@
+
-
-- 2.17.1