'switch', 'settings' => 'blog_breadcrumb', 'label' => esc_html__( 'Show Blog Breadcrumb', 'borax' ), 'section' => 'blog_section', 'default' => '1', 'choices' => array( 'on' => esc_html__( 'Enable', 'borax' ), 'off' => esc_html__( 'Disable', 'borax' ), ), ); $fields[] = array( 'type' => 'select', 'settings' => 'blog_layout', 'label' => esc_html__( 'Blog Sidebar Position', 'borax' ), 'section' => 'blog_section', 'default' => 'list', 'choices' => array( 'list' => esc_html__('List View','borax'), 'grid' => esc_html__('Grid View','borax'), ), ); $fields[] = array( 'type' => 'select', 'settings' => 'blog_sidebar', 'label' => esc_html__( 'Blog Sidebar Position', 'borax' ), 'section' => 'blog_section', 'default' => '3', 'choices' => array( '1' => esc_html__('Full Width','borax'), '2' => esc_html__('Left Sidebar','borax'), '3' => esc_html__('Right Sidebar','borax'), ), ); $fields[] = array( 'type' => 'select', 'settings' => 'blog_content_align', 'label' => esc_html__( 'Blog Content Alignment Position', 'borax' ), 'section' => 'blog_section', 'default' => 'text-left', 'choices' => array( 'text-left' => esc_html__('Align Left','borax'), 'text-center' => esc_html__('Align Center','borax'), 'text-right' => esc_html__('Align Right','borax'), ), ); $fields[] = array( 'type' => 'select', 'settings' => 'blog_single_sidebar', 'label' => esc_html__( 'Blog Single Sidebar Position', 'borax' ), 'section' => 'blog_section', 'default' => '3', 'choices' => array( '1' => esc_html__('Full Width','borax'), '2' => esc_html__('Left Sidebar','borax'), '3' => esc_html__('Right Sidebar','borax'), ), ); $fields[]= array( 'type' => 'switch', 'settings' => 'show_social', 'label' => esc_html__( 'Show Social In Blog Single', 'borax' ), 'section' => 'blog_section', 'default' => true, 'choices' => array( 'on' => esc_html__( 'Enable', 'borax' ), 'off' => esc_html__( 'Disable', 'borax' ), ), );