From 3cf0c7c1354cf099437f789e293be4286e7a569d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 25 May 2017 12:58:23 -0400 Subject: [PATCH] moving entire members only content inside of conditional only display members only sidebar if they pass the members only conditional, parts of the sidebar were showing prebviously even if they weren't logged in --- sidebar.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/sidebar.php b/sidebar.php index 70ffbe3..85de1c2 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,11 +1,10 @@ ID ) === "members-only-template.php") { ?> -
-
-

Members Only

- - - + +
+
+

Members Only

+ +
-
- + \ No newline at end of file -- 2.17.1