esc_html__( 'Blog Page', 'bizmax' ), 'id' => 'blog_page_options', 'icon' => 'fa fa-pencil-square-o', 'fields' => array( array( 'id' => 'blog_layout', 'type' => 'select', 'title' => esc_html__( 'Blog Layout', 'bizmax' ), 'options' => array( 'full-width' => esc_html__( 'Full Width', 'bizmax' ), 'left-sidebar' => esc_html__( 'Left Sidebar', 'bizmax' ), 'right-sidebar' => esc_html__( 'Right Sidebar', 'bizmax' ), 'grid' => esc_html__( 'Grid Full', 'bizmax' ), 'grid-ls' => esc_html__( 'Grid With Left Sidebar', 'bizmax' ), 'grid-rs' => esc_html__( 'Grid With Right Sidebar', 'bizmax' ), ), 'default' => 'right-sidebar', 'desc' => esc_html__( 'Select blog page layout.', 'bizmax' ), ), array( 'id' => 'blog_banner', 'type' => 'switcher', 'title' => esc_html__( 'Enable Blog Banner', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Enable or disable blog page banner.', 'bizmax' ), ), array( 'id' => 'blog_banner_background_options', 'type' => 'background', 'title' => esc_html__( 'Banner Background', 'bizmax' ), 'background_gradient' => true, 'background_origin' => false, 'background_clip' => false, 'background_blend-mode' => false, 'background_attachment' => false, 'background_size' => false, 'background_position' => false, 'background_repeat' => false, 'dependency' => array( 'blog_banner', '==', true ), 'output' => '.banner-area.blog-banner', 'desc' => esc_html__( 'If you want different banner background settings for blog page then select blog page banner background Options from here.', 'bizmax' ), ), array( 'id' => 'enable_blog_banner_title', 'type' => 'switcher', 'title' => esc_html__( 'Enable Banner Title', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Hide / Show blog banner title.', 'bizmax' ), 'dependency' => array( 'blog_banner', '==', true ), ), array( 'id' => 'blog_title', 'type' => 'text', 'title' => esc_html__( 'Banner Title', 'bizmax' ), 'desc' => esc_html__( 'Type blog banner title here.', 'bizmax' ), 'dependency' => array( 'blog_banner|enable_blog_banner_title', '==|==', 'true|true' ), ), array( 'id' => 'enable_blog_banner_breadcrumb', 'type' => 'switcher', 'title' => esc_html__( 'Enable Banner Breadcrumb', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Hide / Show blog banner title.', 'bizmax' ), 'dependency' => array( 'blog_banner', '==', true ), ), array( 'id' => 'post_author', 'type' => 'switcher', 'title' => esc_html__( 'Show Author Name', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Hide / Show post author name.', 'bizmax' ), ), array( 'id' => 'post_date', 'type' => 'switcher', 'title' => esc_html__( 'Show Post Date', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Hide / Show post date.', 'bizmax' ), ), array( 'id' => 'cmnt_number', 'type' => 'switcher', 'title' => esc_html__( 'Show Comment Number', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Hide / Show post comment number.', 'bizmax' ), 'dependency' => array( 'blog_layout', 'any', 'full-width,right-sidebar,left-sidebar' ), ), array( 'id' => 'show_category', 'type' => 'switcher', 'title' => esc_html__( 'Show Category Name', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Hide / Show post category name.', 'bizmax' ), 'dependency' => array( 'blog_layout', 'any', 'full-width,right-sidebar,left-sidebar' ), ), array( 'id' => 'read_more_button', 'type' => 'switcher', 'title' => esc_html__( 'Show Read More Button', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Hide / Show post read more button.', 'bizmax' ), ), array( 'id' => 'blog_read_more_text', 'type' => 'text', 'title' => esc_html__( 'Read More Button Text', 'bizmax' ), 'desc' => esc_html__( 'Type blog read more button here.', 'bizmax' ), 'dependency' => array( 'read_more_button', '==', true ), ), ) ) );