esc_html__( 'Archive Pages', 'bizpoint' ), 'description' => esc_html__( 'Settings for posts displyed on archive pages like category, author, month, year etc.', 'bizpoint' ), 'panel' => 'bp_blog_panel', 'capability' => 'edit_theme_options', 'theme_supports' => '', ) ); Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'toggle', 'settings' => 'bp_archive_full_post', 'section' => 'bp_blog_archive_section', 'default' => '0', 'label' => __( 'Display Full Post', 'bizpoint' ), ) ); Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'toggle', 'settings' => 'bp_archive_thumbnail', 'section' => 'bp_blog_archive_section', 'default' => '0', 'label' => __( 'Hide Featured Image', 'bizpoint' ), ) ); // Premium banner Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'custom', 'settings' => 'hr_line_archive_1', 'section' => 'bp_blog_archive_section', 'default' => '

'. __( 'Upgrade to Premium', 'bizpoint') .'

' . __( 'You get more customization options with premium version. You will get following extra options for archive layout:', 'bizpoint' ) . '

' . __( 'Upgrade Now', 'bizpoint' ) . '
', ) );