esc_html__( 'Sidebar', 'lucia' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here to appear in your sidebar.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Page Sidebar', 'lucia' ), 'id' => 'sidebar-page', 'description' => __( 'Add widgets here to appear in your pages sidebar.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Blog Sidebar', 'lucia' ), 'id' => 'sidebar-blog', 'description' => esc_html__( 'Add widgets here to appear in your posts sidebar.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Archives', 'lucia' ), 'id' => 'sidebar-archives', 'description' => esc_html__( 'Add widgets here to appear in your posts list sidebar.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'WooCommerce Single Product', 'lucia' ), 'id' => 'sidebar-woo-single', 'description' => esc_html__( 'Add widgets here to appear in your products sidebar.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'WooCommerce Archives', 'lucia' ), 'id' => 'sidebar-woo-archives', 'description' => esc_html__( 'Add widgets here to appear in your products list sidebar.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 1', 'lucia' ), 'id' => 'footer-1', 'description' => esc_html__( 'Add widgets here to appear in your footer.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 2', 'lucia' ), 'id' => 'footer-2', 'description' => esc_html__( 'Add widgets here to appear in your footer.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 3', 'lucia' ), 'id' => 'footer-3', 'description' => esc_html__( 'Add widgets here to appear in your footer.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 4', 'lucia' ), 'id' => 'footer-4', 'description' => esc_html__( 'Add widgets here to appear in your footer.', 'lucia' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'lucia_widgets_init' );