'main-menu', 'depth' => 2, 'container' => 'div', 'container_class' => 'navbar-collapse collapse justify-content-end', 'container_id' => 'navbarDefault', 'menu_class' => 'navbar-nav', 'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback', 'walker' => new WP_Bootstrap_Navwalker(), ) ); } /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function alone_footer_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Footer Sidebar', 'alone' ), 'id' => 'sidebar-2', 'description' => esc_html__( 'Add widgets here.', 'alone' ), 'before_widget' => '', ) ); } add_action( 'widgets_init', 'alone_footer_widgets_init' ); ; ?>