'; // Calling the right sidebar if ( is_active_sidebar( 'attitude_right_sidebar' ) ) : dynamic_sidebar( 'attitude_right_sidebar' ); endif; echo ''; }elseif( class_exists( 'WooCommerce' ) && is_woocommerce() && $content_layout == 'left-sidebar' ){ echo '
'; // Calling the left sidebar if ( is_active_sidebar( 'attitude_left_sidebar' ) ) : dynamic_sidebar( 'attitude_left_sidebar' ); endif; echo '
'; } if(!class_exists( 'WooCommerce' )){ // Calling the right sidebar if ( is_active_sidebar( 'attitude_right_sidebar' ) ) : dynamic_sidebar( 'attitude_right_sidebar' ); endif; } if(class_exists( 'WooCommerce' ) && !is_woocommerce()){ // Calling the right sidebar if ( is_active_sidebar( 'attitude_right_sidebar' ) ) : dynamic_sidebar( 'attitude_right_sidebar' ); endif; } } /****************************************************************************************/ add_action( 'attitude_contact_page_sidebar', 'attitude_display_contact_page_sidebar', 10 ); /** * Show widgets on Contact Page Template's sidebar. * * Shows all the widgets that are dragged and dropped on the Contact Page Sidebar. */ function attitude_display_contact_page_sidebar() { if ( is_active_sidebar( 'attitude_contact_page_sidebar' ) ) : dynamic_sidebar( 'attitude_contact_page_sidebar' ); endif; } /****************************************************************************************/ add_action( 'attitude_footer_sidebar', 'attitude_display_footer_sidebar', 10 ); /** * Show widgets on Footer of the theme. * * Shows all the widgets that are dragged and dropped on the Footer Sidebar. */ function attitude_display_footer_sidebar() { if( is_active_sidebar( 'attitude_footer_sidebar' ) ) { ?>