'Header Social Icons',
'id' => 'sidebar-left',
'description' => 'Add widgets here to appear in your sidebar.',
'before_widget' => '
',
'before_title' => '',
'after_title' => '
',
) );
register_sidebar( array(
'name' => 'sidebar-right',
'id' => 'sidebar-right',
'description' => 'Add widgets here to appear in your sidebar.',
'before_widget' => '',
'before_title' => '',
'after_title' => '
',
) );
register_sidebar( array(
'name' => 'footer-lfet',
'id' => 'footer-lfet',
'description' => 'Add widgets here to appear in your footer.',
'class' => 'widget',
'before_widget' => '',
'before_title' => '',
) );
register_sidebar( array(
'name' => 'footer-center',
'id' => 'footer-center',
'description' => 'Add widgets here to appear in your footer.',
'class' => 'widget',
'before_widget' => '',
'before_title' => '',
) );
register_sidebar( array(
'name' => 'footer-right',
'id' => 'footer-right',
'description' => 'Add widgets here to appear in your footer.',
'class' => 'widget',
'before_widget' => '',
'before_title' => '',
) );
}
add_action( 'widgets_init', 'Nea_astr_widgets_init' );