Update to show the rest of the sidebar if sidebar widgets not there.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Feb 2018 15:26:27 +0000 (10:26 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Feb 2018 15:26:27 +0000 (10:26 -0500)
If the sidebar-2 is not there still need to show the sidebar contents.

sidebar-event.php
sidebar-member.php
sidebar-page.php

index 5bf53f0..73dbee2 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 if ( ! is_active_sidebar( 'sidebar-2' ) ) {
-       return;
+       // return;
 }
 ?>
 
index 17a6615..66a3f6b 100644 (file)
@@ -23,7 +23,7 @@ endif;
 
 
 if ( ! is_active_sidebar( 'sidebar-2' ) ) {
-       return;
+       // return;
 }
 ?>
 
@@ -97,7 +97,7 @@ if ( ! is_active_sidebar( 'sidebar-2' ) ) {
        //                      </section>';
     ?>
 
-                                    
+
                        <?php
                        $args = array(
                                // combine user nickname and selected tags into query
index 007f10f..e0a4a83 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 if ( ! is_active_sidebar( 'sidebar-2' ) ) {
-       return;
+       // return;
 }
 ?>