Sindbad~EG File Manager
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Big_Bob
*/
if ( !is_active_sidebar( 'sidebar-3' ) && !has_nav_menu('menu-4')) {
return;
}
?>
<aside id="secondary" class="bb-sideStick widget-area bb-alignrightstyle">
<?php
wp_nav_menu(
array(
'theme_location' => 'menu-4',
'menu_id' => 'bb-sidebar-menu',
'menu_class' => 'bb-side-menu',
'fallback_cb' => false
)
);
dynamic_sidebar( 'sidebar-3' ); ?>
</aside><!-- #secondary -->
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists