Sindbad~EG File Manager
<?php
/**
* Section Blog Archive
*
* @package RealPress
*/
thim_customizer()->add_section(
array(
'id' => 'blog_archive',
'panel' => 'blog',
'title' => esc_html__('Archive', 'realpro'),
'priority' => 10,
)
);
thim_customizer()->add_field(
array(
'id' => 'thim_archive_layout',
'type' => 'radio-image',
'label' => esc_html__('Layout', 'realpro'),
'tooltip' => esc_html__('Allow to choose a layout for all archive pages.', 'realpro'),
'section' => 'blog_archive',
'priority' => 12,
'default' => 'full-content',
'choices' => array(
'sidebar-left' => THIM_URI . 'images/layout/sidebar-left.jpg',
'full-content' => THIM_URI . 'images/layout/body-full.jpg',
'sidebar-right' => THIM_URI . 'images/layout/sidebar-right.jpg',
),
'wrapper_attrs' => array(
'class' => '{default_class} thim-col-3'
)
)
);
// Enable or Disable Breadcrumb
thim_customizer()->add_field(
array(
'id' => 'thim_archive_hide_breadcrumbs',
'type' => 'switch',
'label' => esc_html__('Hide Breadcrumb', 'realpro'),
'tooltip' => esc_html__('Allow to hide breadcrumb on page title.', 'realpro'),
'section' => 'blog_archive',
'default' => false,
'priority' => 20,
'choices' => array(
true => esc_html__('On', 'realpro'),
false => esc_html__('Off', 'realpro'),
),
)
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists