'switch', 'settings' => 'show_post_author', 'label' => esc_html__( 'Show Author','blogbit'), 'section' => 'blog_single_section', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'type' => 'switch', 'settings' => 'show_post_date', 'label' => esc_html__( 'Show Date','blogbit'), 'section' => 'blog_single_section', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'type' => 'switch', 'settings' => 'show_post_comment', 'label' => esc_html__( 'Show Comment','blogbit'), 'section' => 'blog_single_section', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); new \Kirki\Field\Checkbox_Switch([ 'type' => 'switch', 'settings' => 'show_related_post', 'label' => esc_html__( 'Show Related Post','blogbit'), 'section' => 'blog_single_section', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ) ; new \Kirki\Field\Text( [ 'settings' => 'related_post_title', 'label' => esc_html__( 'Related Post Title', 'blogbit' ), 'section' => 'blog_single_section', 'default' => esc_html__( 'Related Post', 'blogbit' ), 'priority' => 10, ] ); // new \Kirki\Field\Checkbox_Switch( [ // 'type' => 'switch', // 'settings' => 'show_post_share', // 'label' => esc_html__( 'Show Social Share','blogbit'), // 'section' => 'blog_single_section', // 'default' => '2', // 'priority' => 10, // 'choices' => [ // 'on' => esc_html__( 'Yes','blogbit'), // 'off' => esc_html__( 'No','blogbit'), // ], // ] );