__( 'Primary Sidebar', 'automobile' ),
'id' => 'primary-sidebar',
'before_widget' => '',
'before_title' => '
',
'description' => __( 'This is the primary sidebar if you are using a two column site layout option.', 'automobile' ),
) );
//Header Right
register_sidebar( array(
'name' => __( 'Header Right', 'automobile' ),
'id' => 'header-right',
'before_widget' => '',
'before_title' => '',
'description' => __( 'This is the header right widget area. It typically appears on the right of the site title or logo. This widget area is not equipped to display any widget, and works best with a search form, social icons widget, Advertisement Widget or possibly a text widget.', 'automobile' ),
) );
$footer_sidebar_number = 4; //Number of footer sidebars
for( $i=1; $i <= $footer_sidebar_number; $i++ ) {
register_sidebar( array(
'name' => sprintf( __( 'Footer Area %d', 'automobile' ), $i ),
'id' => sprintf( 'footer-%d', $i ),
'before_widget' => '