esc_html__( 'Single Post / Post Details', 'bizmax' ), 'id' => 'single_post_options', 'icon' => 'fa fa-pencil', 'fields' => array( array( 'id' => 'single_post_default_layout', 'type' => 'select', 'title' => esc_html__( 'Layout', 'bizmax' ), 'options' => array( 'left-sidebar' => esc_html__( 'Left Sidebar', 'bizmax' ), 'full-width' => esc_html__( 'Full Width', 'bizmax' ), 'right-sidebar' => esc_html__( 'Right Sidebar', 'bizmax' ), ), 'default' => 'right-sidebar', 'desc' => esc_html__( 'Select single post layout', 'bizmax' ), ), array( 'id' => 'single_post_default_sidebar', 'type' => 'select', 'title' => esc_html__( 'Sidebar', 'bizmax' ), 'options' => 'bizmax_sidebars', 'default' => 'bizmax-sidebar', 'dependency' => array( 'single_post_default_layout', '!=', 'full-width' ), 'desc' => esc_html__( 'Select default sidebar for all posts. You can override this settings on individual post.', 'bizmax' ), ), array( 'id' => 'hide_single_post_banner_title', 'type' => 'button_set', 'title' => esc_html__( 'Hide Post Banner Title', 'bizmax' ), 'options' => array( 'yes' => esc_html__( 'Yes', 'bizmax' ), 'no' => esc_html__( 'No', 'bizmax' ), ), 'default' => 'no', 'desc' => esc_html__( 'Hide banner title. You can change this settings on individual post.', 'bizmax' ), ), array( 'id' => 'show_post_default_title', 'type' => 'switcher', 'title' => esc_html__('Show Post Title On Banner?', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Show post title on single post banner area. Default title is "Blog" for all single post.', 'bizmax'), 'default' => false, 'dependency' => array( 'hide_single_post_banner_title', '==', 'no' ), ), array( 'id' => 'post_banner_title', 'type' => 'text', 'title' => esc_html__('Banner Default Title', 'bizmax'), 'desc' => esc_html__('Default banner title for all post.', 'bizmax'), 'dependency' => array( 'show_post_default_title|hide_single_post_banner_title', '==|==', 'false|no' ), ), array( 'id' => 'hide_single_post_breadcrumb', 'type' => 'button_set', 'title' => esc_html__( 'Hide Post Breadcrumb', 'bizmax' ), 'options' => array( 'yes' => esc_html__( 'Yes', 'bizmax' ), 'no' => esc_html__( 'No', 'bizmax' ), ), 'default' => 'yes', 'desc' => esc_html__( 'Show / Hide Post breadcrumb. You can change this settings on individual post.', 'bizmax' ), ), array( 'id' => 'single_post_author', 'type' => 'switcher', 'title' => esc_html__('Post Author Name', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Hide or show author name on post details page.', 'bizmax'), 'default' => true ), array( 'id' => 'single_post_date', 'type' => 'switcher', 'title' => esc_html__('Post Date', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Hide or show date on post details page.', 'bizmax'), 'default' => true ), array( 'id' => 'single_post_cmnt', 'type' => 'switcher', 'title' => esc_html__('Post Comments Number', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Hide or show comments number on post details page.', 'bizmax'), 'default' => true, ), array( 'id' => 'single_post_cat', 'type' => 'switcher', 'title' => esc_html__('Post Categories', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Hide or show categories on post details page.', 'bizmax'), 'default' => true ), array( 'id' => 'single_post_tag', 'type' => 'switcher', 'title' => esc_html__('Post Tags', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Hide or show tags on post details page.', 'bizmax'), 'default' => true ), array( 'id' => 'post_share', 'type' => 'switcher', 'title' => esc_html__('Post Share icons', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Hide or show social share icons on post details page.', 'bizmax'), 'default' => true ), array( 'id' => 'prev_next_post', 'type' => 'switcher', 'title' => esc_html__('Previous / Next Post Thumbnail', 'bizmax'), 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Hide or show previous / next Post thumbnail on post details page.', 'bizmax'), 'default' => true ), array( 'id' => 'post_details_link_color', 'type' => 'color', 'title' => esc_html__('link Color', 'bizmax'), 'desc' => esc_html__('Select link color.', 'bizmax'), 'output' => array( 'color' => '.post-details-wrapper .entry-content a', ) ), array( 'id' => 'post_details_link_hover_color', 'type' => 'color', 'title' => esc_html__('link Hover Color', 'bizmax'), 'desc' => esc_html__('Select link hover color', 'bizmax'), 'output' => array( 'color' => '.post-details-wrapper .entry-content a:hover', ) ), ) ) );