%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/post/
Upload File :
Create Path :
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/post/general.php

<?php
$section  = 'post_general';
$priority = 1;

Kirki::add_field( 'thememove', array(
	'type'        => 'radio',
	'settings'    => 'post_layout',
	'label'       => __( 'Post 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'     => 'toggle',
	'settings' => 'post_disable_title_blog_page',
	'label'    => __( 'Disable title on main blog page', 'tm-heli' ),
	'section'  => $section,
	'priority' => $priority ++,
	'default'  => 1,
) );

Zerion Mini Shell 1.0