From aa81f71bd15f93e54f8cf3fb6342df8ca0317a6b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 1 Mar 2018 19:49:48 -0500 Subject: [PATCH] Fixing members only sidebar and header --- sections/interior-page.php | 46 +++++++++++++++++++++++--------------- sidebar.php | 16 ++++++++----- 2 files changed, 38 insertions(+), 24 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index ccf17e8..81bb65b 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -15,28 +15,38 @@
- - - + ID ) === "members-only-template.php") { ?> +
+ + + +
+
- "; - echo ''; - bcn_display(); - echo "
"; - } - ?> -
+ "; + echo ''; + bcn_display(); + echo "
"; + }?>
- - + ID ) === "members-only-template.php") { ?> + +
+ +
+ +
diff --git a/sidebar.php b/sidebar.php index 4cf9d86..509599c 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,6 +1,10 @@ - +ID ) === "members-only-template.php") { ?> + +
+ +
+ + \ No newline at end of file -- 2.17.1