Sindbad~EG File Manager
<?php
global $houzez_opt_name, $allowed_html_array;
Redux::setSection( $houzez_opt_name, array(
'title' => esc_html__( 'Blog', 'houzez' ),
'id' => 'blog',
'desc' => '',
'icon' => 'el-icon-edit el-icon-small',
'fields' => array(
array(
'id' => 'blog_pages_s_layout',
'type' => 'image_select',
'title' => __('Page Layout', 'houzez'),
'subtitle' => '',
'options' => array(
'left-sidebar' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE. '2cl.png'
),
'right-sidebar' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE. '2cr.png'
)
),
'default' => 'right-sidebar'
),
array(
'id' => 'blog_single_layout',
'type' => 'image_select',
'title' => __('Single Post Layout', 'houzez'),
'subtitle' => '',
'options' => array(
'no-sidebar' => array(
'alt' => '',
'img' => ReduxFramework::$_url.'assets/img/1c.png'
),
'left-sidebar' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE. '2cl.png'
),
'right-sidebar' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE. '2cr.png'
)
),
'default' => 'right-sidebar'
),
array(
'id' => 'masorny_num_posts',
'type' => 'text',
'title' => esc_html__( 'Masonry Blog Template', 'houzez' ),
'subtitle' => esc_html__( 'Number of posts to display on the Masonry blog pages', 'houzez' ),
'desc' => esc_html__( 'Enter the number of posts', 'houzez' ),
'default' => '12'
),
array(
'id' => 'blog_featured_image',
'type' => 'switch',
'title' => esc_html__( 'Featured Image', 'houzez' ),
'desc' => esc_html__( 'Enable or disable the featured image', 'houzez' ),
'subtitle' => esc_html__( 'Displayed on the single post page', 'houzez' ),
'default' => 1,
'on' => 'Enabled',
'off' => 'Disabled',
),
array(
'id' => 'blog_date',
'type' => 'switch',
'title' => esc_html__( 'Post Date', 'houzez' ),
'desc' => esc_html__( 'Enable or disable the post date', 'houzez' ),
'subtitle' => esc_html__( 'Displayed on the blog, archive and single post page', 'houzez' ),
'default' => 1,
'on' => 'Enabled',
'off' => 'Disabled',
),
array(
'id' => 'blog_author',
'type' => 'switch',
'title' => esc_html__( 'Posts Author', 'houzez' ),
'desc' => esc_html__( 'Enable or disable the post author', 'houzez' ),
'subtitle' => esc_html__( 'Displayed on the blog, archive and single post page', 'houzez' ),
'default' => 1,
'on' => 'Enabled',
'off' => 'Disabled',
),
array(
'id' => 'blog_tags',
'type' => 'switch',
'title' => esc_html__( 'Tags', 'houzez' ),
'default' => 1,
'on' => 'Enabled',
'off' => 'Disabled',
),
array(
'id' => 'blog_author_box',
'type' => 'switch',
'title' => esc_html__( 'Author Box', 'houzez' ),
'desc' => esc_html__( 'Enable or disable the author box', 'houzez' ),
'subtitle' => esc_html__( 'Displayed on the single post page', 'houzez' ),
'default' => 1,
'on' => 'Enabled',
'off' => 'Disabled',
),
array(
'id' => 'blog_next_prev',
'type' => 'switch',
'title' => esc_html__( 'Next/Prev Post', 'houzez' ),
'default' => 1,
'on' => 'Enabled',
'off' => 'Disabled',
),
array(
'id' => 'blog_related_posts',
'type' => 'switch',
'title' => esc_html__( 'Related Posts', 'houzez' ),
'default' => 1,
'on' => 'Enabled',
'off' => 'Disabled',
),
),
));
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists