esc_html__( 'Sidebar Blog', 'allo' ), 'description' => esc_html__( 'This sidebar will show in blog page', 'allo' ), 'id' => 'sidebar-blog', 'before_widget' => '', 'before_title' => '
', ) ); /** * Footer Widget * * @package Allo * @since 1.0 */ $footer_widget_col = get_theme_mod('tl_allo_footer_widget','4'); if(isset($footer_widget_col)) { $widget_col = $footer_widget_col; } else { $widget_col = '4'; } for ($i=1; $i <= $widget_col; $i++) { register_sidebar( array( 'name' => esc_html__( 'Footer Widget ', 'allo' ).$i, 'id' => 'sidebar-footer-'.$i, 'description' => esc_html__( 'This sidebar will show in Footer', 'allo' ), 'before_widget' => '', 'before_title' => '