__( 'Sidebar Widget Area', 'artech' ), 'id' => 'artech-sidebar-primary', 'description' => __( 'The Primary Widget Area', 'artech' ), 'before_widget' => '', 'before_title' => '
', 'after_title' => '
', ) ); register_sidebar( array( 'name' => __( 'Footer 1', 'artech' ), 'id' => 'artech-footer-layout-first', 'description' => __( 'The Footer Layout Left', 'artech' ), 'before_widget' => '
', 'before_title' => '
', 'after_title' => '
', ) ); register_sidebar( array( 'name' => __( 'WooCommerce Widget Area', 'artech' ), 'id' => 'artech-woocommerce-sidebar', 'description' => __( 'This Widget area for WooCommerce Widget', 'artech' ), 'before_widget' => '', 'before_title' => '
', 'after_title' => '
', ) ); } add_action( 'widgets_init', 'artech_widgets_init' ); ?>