From 95360ddbf054e378a914c4c6c6ce40bb16d48e8f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 9 Feb 2018 10:26:27 -0500 Subject: [PATCH] Update to show the rest of the sidebar if sidebar widgets not there. If the sidebar-2 is not there still need to show the sidebar contents. --- sidebar-event.php | 2 +- sidebar-member.php | 4 ++-- sidebar-page.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sidebar-event.php b/sidebar-event.php index 5bf53f0..73dbee2 100644 --- a/sidebar-event.php +++ b/sidebar-event.php @@ -8,7 +8,7 @@ */ if ( ! is_active_sidebar( 'sidebar-2' ) ) { - return; + // return; } ?> diff --git a/sidebar-member.php b/sidebar-member.php index 17a6615..66a3f6b 100644 --- a/sidebar-member.php +++ b/sidebar-member.php @@ -23,7 +23,7 @@ endif; if ( ! is_active_sidebar( 'sidebar-2' ) ) { - return; + // return; } ?> @@ -97,7 +97,7 @@ if ( ! is_active_sidebar( 'sidebar-2' ) ) { // '; ?> - + -- 2.17.1