esc_html__( 'Blog Home Page', 'bizpoint' ), 'description' => esc_html__( 'Settings for posts displyed on blog home page.', 'bizpoint' ), 'panel' => 'bp_blog_panel', 'capability' => 'edit_theme_options', 'theme_supports' => '', ) ); Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'custom', 'settings' => 'bp_blog_home_notice', 'section' => 'bp_blog_home_section', 'default' => '

'. __( 'Navigate to blog homepage on live preview to see effets of these settings.', 'bizpoint') .'

', 'active_callback' => 'bizpoint_is_not_home' ) ); Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'toggle', 'settings' => 'bp_home_full_post', 'section' => 'bp_blog_home_section', 'default' => '0', 'label' => __( 'Display Full Post', 'bizpoint' ), ) ); Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'toggle', 'settings' => 'bp_home_thumbnail', 'section' => 'bp_blog_home_section', 'default' => '0', 'label' => __( 'Hide Featured Image', 'bizpoint' ), ) ); // Premium banner Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'type' => 'custom', 'settings' => 'hr_line_home_1', 'section' => 'bp_blog_home_section', 'default' => '

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

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

  • ' . __( 'Change excerpt length', 'bizpoint' ) . '
  • ' . __( 'Change sidebar position', 'bizpoint' ) . '
  • ' . __( 'Hide / Show sidebar', 'bizpoint' ) . '
  • ' . __( 'Display read more button', 'bizpoint' ) . '
  • ' . __( 'Change posts layout to grid & masonry', 'bizpoint' ) . '
  • ' . __( 'and many other features to make your website better...', 'bizpoint' ) . '
' . __( 'Upgrade Now', 'bizpoint' ) . '
', ) );