From b26eba70acb3dda465f34eeaec6d18beedee30ec Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 19 Nov 2015 12:28:31 -0500 Subject: [PATCH] Moving the gform below outside of the variations --- footer.php | 4 ++++ functions.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 8b35efe..3fc1ba3 100644 --- a/footer.php +++ b/footer.php @@ -76,4 +76,8 @@ + diff --git a/functions.php b/functions.php index 18bedea..860bcf9 100644 --- a/functions.php +++ b/functions.php @@ -143,7 +143,7 @@ function glm_offcanvas_menu($parent = 0, $class = '') $pages = get_pages(array( 'post_type' => 'page', 'parent' => $parent, - 'number' => '', + 'number' => '', 'exclude' => $frontPageId, 'post_status' => 'publish', 'sort_order' => 'asc', -- 2.17.1