From 221214c10d0a2980615abc50822edce7b5951c4f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 24 Oct 2017 08:37:38 -0400 Subject: [PATCH] moving page title beneath breadcrumbs placing the page title below the breadcrumbs --- parts/glm-members-only-top-bar.php | 11 +++++++++++ sections/interior-page.php | 29 +++++++++++++++-------------- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/parts/glm-members-only-top-bar.php b/parts/glm-members-only-top-bar.php index c6b0782..9daaa07 100644 --- a/parts/glm-members-only-top-bar.php +++ b/parts/glm-members-only-top-bar.php @@ -4,6 +4,17 @@ bcn_display(); echo ""; } ?> +

+ +

Logout diff --git a/sections/interior-page.php b/sections/interior-page.php index f535c4f..c3c7b6b 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -2,17 +2,7 @@
-

- -

+ ID ) === "members-only-template.php") { ?>
@@ -30,10 +20,21 @@ echo "
"; bcn_display(); echo "
"; - } - get_template_part('parts/main-content');?> + }?> +

+ +

+
- ID ) === "members-only-template.php") { ?>
-- 2.17.1