Path : /home/vishqocm/thedubaitoday.com/wp-content/themes/digiqole/components/theme/options/posts/
File Upload :
Current File : /home/vishqocm/thedubaitoday.com/wp-content/themes/digiqole/components/theme/options/posts/page.php

<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
 * metabox options for pages
 */


// $options = array(
// 	'settings-page' => array(
// 		'title'		 => esc_html__( 'Page settings', 'digiqole' ),
// 		'type'		 => 'box',
// 		'priority'	 => 'high',
// 		'options'	 => array(
   
//          'page_body_box_layout' => [
//             'type'			 => 'switch',
//             'label'			 => esc_html__( 'Body background enable', 'digiqole' ),
//             'desc'          => esc_html__('Body background enable', 'digiqole'),
//             'value'         => 'no',
//             'left-choice'	 => [
//                 'value'	 => 'yes',
//                 'label'	 => esc_html__( 'Yes', 'digiqole' ),
//             ],
//             'right-choice'	 => [
//                 'value'	 => 'no',
//                 'label'	 => esc_html__( 'No', 'digiqole' ),
//             ],
//          ],


//          'page_header_override' => [
//             'type'			 => 'switch',
//             'label'			 => esc_html__( 'Override default header layout?', 'digiqole' ),
//             'desc'          => esc_html__('Override customizer header layout', 'digiqole'),
//             'value'         => 'no',
//             'left-choice'	 => [
//                 'value'	 => 'yes',
//                 'label'	 => esc_html__( 'Yes', 'digiqole' ),
//             ],
//             'right-choice'	 => [
//                 'value'	 => 'no',
//                 'label'	 => esc_html__( 'No', 'digiqole' ),
//             ],
//          ],
     

//          'page_header_layout_style' => [
//             'label'	        => esc_html__( 'Header style', 'digiqole' ),
//             'desc'	        => esc_html__( 'This is the site\'s single page header style.', 'digiqole' ),
//             'type'	        => 'image-picker',
//             'choices'       => [
//                'standard'    => [
//                     'small'     => DIGIQOLE_IMG . '/admin/header-style/style1.png',
//                     'large'     => DIGIQOLE_IMG . '/admin/header-style/style1.png',
//                 ],
//                 'style2'    => [
//                     'small'     => DIGIQOLE_IMG . '/admin/header-style/style2.png',
//                     'large'     => DIGIQOLE_IMG . '/admin/header-style/style2.png',
//                 ],
//                 'style3'    => [
//                     'small'     => DIGIQOLE_IMG . '/admin/header-style/style3.png',
//                     'large'     => DIGIQOLE_IMG . '/admin/header-style/style3.png',
//                     ],
//                 'style4'    => [
//                     'small'     => DIGIQOLE_IMG . '/admin/header-style/style4.png',
//                     'large'     => DIGIQOLE_IMG . '/admin/header-style/style4.png',
//                  ],
//                 'style5'    => [
//                     'small'     => DIGIQOLE_IMG . '/admin/header-style/style5.png',
//                     'large'     => DIGIQOLE_IMG . '/admin/header-style/style5.png',
//                  ],
//                 'style6'    => [
//                     'small'     => DIGIQOLE_IMG . '/admin/header-style/style6.png',
//                     'large'     => DIGIQOLE_IMG . '/admin/header-style/style6.png',
//                  ],
//                  'style7'    => [
//                   'small'     => DIGIQOLE_IMG . '/admin/header-style/style7.png',
//                   'large'     => DIGIQOLE_IMG . '/admin/header-style/style7.png',
//                ],
//                  'style8'    => [
//                   'small'     => DIGIQOLE_IMG . '/admin/header-style/style8.png',
//                   'large'     => DIGIQOLE_IMG . '/admin/header-style/style8.png',
//                ],
//                  'style9'    => [
//                   'small'     => DIGIQOLE_IMG . '/admin/header-style/style9.png',
//                   'large'     => DIGIQOLE_IMG . '/admin/header-style/style9.png',
//                ],
//                  'style10'    => [
//                   'small'     => DIGIQOLE_IMG . '/admin/header-style/style10.png',
//                   'large'     => DIGIQOLE_IMG . '/admin/header-style/style10.png',
//                ],
                    
//             ],
//             'value'         => 'standard',
//          ], //Header style*/
         
// 		),
// 	),
// );