From cc8cbbcecfbbe1c902e162445e47126ac100c311 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 30 Jan 2018 11:32:09 -0500 Subject: [PATCH] Make members only sidebar only show up on members only pages It was previously showing up on /news and posts --- sidebar.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/sidebar.php b/sidebar.php index 52fef44..1f4bc05 100644 --- a/sidebar.php +++ b/sidebar.php @@ -14,18 +14,16 @@ if ( ! is_active_sidebar( 'sidebar-1' ) ) {