%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/page/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/page/general.php |
<?php $section = 'page_general'; $priority = 1; Kirki::add_field( 'thememove', array( 'type' => 'radio', 'settings' => 'page_layout', 'label' => __( 'Page layout', 'tm-heli' ), 'description' => __( 'Choose the site layout you want', 'tm-heli' ), 'help' => __( 'Choose the site layout you want', 'tm-heli' ), 'section' => $section, 'priority' => $priority ++, 'default' => 'full-width', 'choices' => array( 'full-width' => __( 'Full width', 'tm-heli' ), 'content-sidebar' => __( 'Content - Sidebar', 'tm-heli' ), 'sidebar-content' => __( 'Sidebar Content', 'tm-heli' ), ), ) ); Kirki::add_field( 'thememove', array( 'type' => 'radio', 'settings' => 'archive_layout', 'label' => __( 'Archive layout', 'tm-heli' ), 'description' => __( 'Choose the archive layout you want', 'tm-heli' ), 'section' => $section, 'priority' => $priority ++, 'default' => 'content-sidebar', 'choices' => array( 'full-width' => __( 'Full width', 'tm-heli' ), 'content-sidebar' => __( 'Content - Sidebar', 'tm-heli' ), 'sidebar-content' => __( 'Sidebar Content', 'tm-heli' ), ), ) ); Kirki::add_field( 'thememove', array( 'type' => 'radio', 'settings' => 'search_layout', 'label' => __( 'Search layout', 'tm-heli' ), 'description' => __( 'Choose the search layout you want', 'tm-heli' ), 'section' => $section, 'priority' => $priority ++, 'default' => 'sidebar-content', 'choices' => array( 'full-width' => __( 'Full width', 'tm-heli' ), 'content-sidebar' => __( 'Content - Sidebar', 'tm-heli' ), 'sidebar-content' => __( 'Sidebar Content', 'tm-heli' ), ), ) );