From: Laury GvR Date: Thu, 19 Nov 2015 17:28:31 +0000 (-0500) Subject: Moving the gform below outside of the variations X-Git-Tag: v1.2.9^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b26eba70acb3dda465f34eeaec6d18beedee30ec;p=WP-Themes%2Fgilmoremuseum.git Moving the gform below outside of the variations --- 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',