esc_html__( 'Sidebar', 'acmephoto' ),
'id' => 'acmephoto-sidebar',
'description' => '',
'before_widget' => '',
'before_title' => '
',
) );
register_sidebar(array(
'name' => __('Home Main Content Area', 'acmephoto'),
'id' => 'acmephoto-home',
'description' => __('Displays widgets on home page main content area.', 'acmephoto'),
'before_widget' => '',
'before_title' => '
',
));
}
add_action( 'widgets_init', 'acmephoto_widgets_init' );