/**
* For displaying banners and sliders
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Morphology Lite
*/
if ( ! is_active_sidebar( 'banner' ) ) {
return;
}
?>
/**
* Top sidebar group
*
* @package Morphology Lite
*/
if ( ! is_active_sidebar( 'top1' )
&& ! is_active_sidebar( 'top2' )
&& ! is_active_sidebar( 'top3' )
&& ! is_active_sidebar( 'top4' )
)
return;
// If we get this far, we have widgets. Let do this.
?>
/**
* Content Top sidebar.
* @package Morphology Lite
*/
if ( ! is_active_sidebar( 'ctop1' )
&& ! is_active_sidebar( 'ctop2' )
&& ! is_active_sidebar( 'ctop3' )
&& ! is_active_sidebar( 'ctop4' )
)
return;
// If we get this far, we have widgets. Let do this.
?>