Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/miniture-core/options/sections/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/miniture-core/options/sections/blog.php |
<?php $opt_name = NOVA_FRAMEWORK_VAR; /* Blog Settings */ CSF::createSection( $opt_name, array( 'id' => 'blog', 'title' => esc_html__('Blog', 'miniture-core'), 'icon' => 'fa fa-pencil-square-o' ) ); CSF::createSection( $opt_name, array( 'title' => esc_html__('Blog Archives', 'miniture-core'), // 'icon' => 'fa fa-dollar', 'parent' => 'blog', 'fields' => array( array( 'id' => 'blog_wide_layout', 'type' => 'switcher', 'title' => esc_html__('Wide Layout', 'miniture-core'), 'default' => 0 ), array( 'id' => 'blog_post_excerpt', 'type' => 'switcher', 'title' => esc_html__('Display Excerpt', 'miniture-core'), 'default' => 1 ), array( 'id' => 'blog_show_readmore_button', 'type' => 'switcher', 'title' => esc_html__('Display Readmore button', 'miniture-core'), 'default' => 1 ), array( 'id' => 'blog_sidebar', 'type' => 'switcher', 'title' => esc_html__('Blog Sidebar', 'miniture-core'), 'default' => 1 ), array( 'id' => 'blog_sidebar_position', 'type' => 'button_set', 'title' => esc_html__('Sidebar Position', 'miniture-core'), 'subtitle' => '', 'options' => array('left' => 'Left', 'right' => 'Right'), 'default' => 'right', 'dependency' => array('blog_sidebar', '==', '1'), ), array( 'id' => 'blog_pagination', 'type' => 'button_set', 'title' => esc_html__('Pagination', 'miniture-core'), 'subtitle' => '', 'options' => array('default' => 'Classic', 'load_more_button' => 'Load More button', 'infinite_scroll' => 'Infinite'), 'default' => 'default', ), ) ) ); CSF::createSection( $opt_name, array( 'title' => esc_html__('Blog Single', 'miniture-core'), // 'icon' => 'fa fa-dollar', 'parent' => 'blog', 'fields' => array( array( 'id' => 'blog_single_sidebar', 'type' => 'switcher', 'title' => esc_html__('Single Sidebar', 'miniture-core'), 'default' => 1 ), array( 'id' => 'blog_single_sidebar_position', 'type' => 'button_set', 'title' => esc_html__('Sidebar Position', 'miniture-core'), 'subtitle' => '', 'options' => array('left' => 'Left', 'right' => 'Right'), 'default' => 'right', 'dependency' => array('blog_single_sidebar', '==', '1'), ), array( 'id' => 'blog_single_featured', 'type' => 'switcher', 'title' => esc_html__('Display Featured Image', 'miniture-core'), 'default' => 1 ), array( 'id' => 'blog_single_social_share', 'type' => 'switcher', 'title' => esc_html__('Display Social Share', 'miniture-core'), 'default' => 0 ), array( 'id' => 'blog_single_author_box', 'type' => 'switcher', 'title' => esc_html__('Display Author Box', 'miniture-core'), 'default' => 0 ), array( 'id' => 'blog_single_post_nav', 'type' => 'switcher', 'title' => esc_html__('Display Post Navigation', 'miniture-core'), 'default' => 0 ), ) ) );