From: Steve Sutton Date: Fri, 9 Feb 2018 15:26:27 +0000 (-0500) Subject: Update to show the rest of the sidebar if sidebar widgets not there. X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=95360ddbf054e378a914c4c6c6ce40bb16d48e8f;p=WP-Themes%2Fwmta.git 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. --- 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' ) ) { // '; ?> - +