esc_html__('Primary Sidebar', 'camaraderie'), 'description' => esc_html__('Add widgets here to appear in your sidebar on Blog Posts and Archives only', 'camaraderie'), 'id' => 'primary-sidebar', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); /* ======================================================================================================================== Enable and activate Primary Sidebar for Camaraderie WordPress Theme. The Primary Sidebar should only show in the blog posts only rather in the pages. ======================================================================================================================== */ register_sidebar(array( 'name' => esc_html__('Custom Sidebar', 'camaraderie'), 'description' => esc_html__('Add widgets here to appear in your sidebar on Blog Posts and Archives only', 'camaraderie'), 'id' => 'custom-sidebar', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); /* ======================================================================================================================== Enable and activate Primary Sidebar for Camaraderie WordPress Theme. The Primary Sidebar should only show in the blog posts only rather in the pages. ======================================================================================================================== */ register_sidebar(array( 'name' => esc_html__('Portfolio Sidebar', 'camaraderie'), 'description' => esc_html__('Add widgets here to appear in your sidebar on Blog Posts and Archives only', 'camaraderie'), 'id' => 'portfolio-sidebar', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); } add_action('widgets_init', 'camaraderie_register_sidebars_setup');