File: /home/kashmira/public_html/razitahir.com/wp-content/themes/upress/inc/customizer/sections.php
<?php
new \Kirki\Section(
	'upress_colors',
	[
		'title'       => esc_html__( 'Color Scheme', 'urdupress' ),
		'description' => esc_html__( 'One Click Color Scheme Change', 'urdupress' ),
		'panel'       => 'general_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'logo_section',
	[
		'title'       => esc_html__( 'Logo Settings', 'urdupress' ),
		'description' => esc_html__( 'Upload Your Website Logo & Favicon', 'urdupress' ),
		'panel'       => 'general_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'glayout_section',
	[
		'title'       => esc_html__( 'Global Layout', 'urdupress' ),
		'description' => esc_html__( 'Manage your website Layout', 'urdupress' ),
		'panel'       => 'general_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'archive_layout_section',
	[
		'title'       => esc_html__( 'Archive Layout', 'urdupress' ),
		'description' => esc_html__( 'Manage Archive Layout Settings', 'urdupress' ),
		'panel'       => 'general_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'theme_labels_section_meta',
	[
		'title'       => esc_html__( 'Meta Info', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'translation_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'theme_labels_section_buttons',
	[
		'title'       => esc_html__( 'Forms, Buttons & Inputs', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'translation_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'theme_labels_section_month',
	[
		'title'       => esc_html__( 'Month Names', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'translation_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'theme_labels_section_widgets',
	[
		'title'       => esc_html__( 'Sections & Widgets', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'translation_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'theme_labels_section_archives',
	[
		'title'       => esc_html__( 'Archive Templates', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'translation_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'theme_labels_section_pages',
	[
		'title'       => esc_html__( 'Page Templates', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'translation_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'headerlayout_section',
	[
		'title'       => esc_html__( 'Header Layout', 'urdupress' ),
		'description' => esc_html__( 'Manage Header Style & Layout', 'urdupress' ),
		'panel'       => 'header_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'headerdateclock_section',
	[
		'title'       => esc_html__( 'Date & Clock', 'urdupress' ),
		'description' => esc_html__( 'Manage Header Islamic Date and english clock', 'urdupress' ),
		'panel'       => 'header_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'headernavigation_section',
	[
		'title'       => esc_html__( 'Navigation', 'urdupress' ),
		'description' => esc_html__( 'Main Navigation Settings', 'urdupress' ),
		'panel'       => 'header_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'headernewsticker_section',
	[
		'title'       => esc_html__( 'News Ticker', 'urdupress' ),
		'description' => esc_html__( 'Manage Top Scrollig News Bar', 'urdupress' ),
		'panel'       => 'header_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'footerlayout_section',
	[
		'title'       => esc_html__( 'Footer Layout', 'urdupress' ),
		'description' => esc_html__( 'Manage Footer Layout', 'urdupress' ),
		'panel'       => 'footer_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'footercolor_section',
	[
		'title'       => esc_html__( 'Footer Colors', 'urdupress' ),
		'description' => esc_html__( 'Manage Footer Color Scheme', 'urdupress' ),
		'panel'       => 'footer_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'footersettings_section',
	[
		'title'       => esc_html__( 'Footer Settings', 'urdupress' ),
		'description' => esc_html__( 'Manage Footer copyright text', 'urdupress' ),
		'panel'       => 'footer_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'homeslider_section',
	[
		'title'       => esc_html__( 'Slider Settings', 'urdupress' ),
		'description' => esc_html__( 'Manage your homepage slider settings', 'urdupress' ),
		'panel'       => 'home_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'postmeta_section',
	[
		'title'       => esc_html__( 'Post Meta', 'urdupress' ),
		'description' => esc_html__( 'Post Meta Information Settings', 'urdupress' ),
		'panel'       => 'postsetting_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'postlayout_section',
	[
		'title'       => esc_html__( 'Post Layout', 'urdupress' ),
		'description' => esc_html__( 'Customize your single post view layout', 'urdupress' ),
		'panel'       => 'postsetting_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'fontloader_section',
	[
		'title'       => esc_html__( 'Fonts Loader', 'urdupress' ),
		'description' => esc_html__( 'Only active fonts are loaded on the front-end of the website', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'headingtypo_section',
	[
		'title'       => esc_html__( 'Headings', 'urdupress' ),
		'description' => esc_html__( 'Select Font Styling for Headings', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'sidebartypo_section',
	[
		'title'       => esc_html__( 'Sidebar Widgets', 'urdupress' ),
		'description' => esc_html__( 'Select Font Styling for Sidebar Widgets', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'footerwidget_typo_section',
	[
		'title'       => esc_html__( 'Footer Widgets', 'urdupress' ),
		'description' => esc_html__( 'Select Font Styling for Footer Widgets', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'paragraph_typo_section',
	[
		'title'       => esc_html__( 'Paragraphs', 'urdupress' ),
		'description' => esc_html__( 'Select Font Styling for Paragraphs', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'menu_typo_section',
	[
		'title'       => esc_html__( 'Menu', 'urdupress' ),
		'description' => esc_html__( 'Select Font Styling for Top Menu', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'newsticker_typo_section',
	[
		'title'       => esc_html__( 'News Ticker', 'urdupress' ),
		'description' => esc_html__( 'Select Font Styling for News Ticker', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'archive_typo_section',
	[
		'title'       => esc_html__( 'Archives', 'urdupress' ),
		'description' => esc_html__( 'Select Font Styling for Archive Posts', 'urdupress' ),
		'panel'       => 'typography_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'socialurl_section',
	[
		'title'       => esc_html__( 'Social URLs', 'urdupress' ),
		'description' => esc_html__( 'Enter Your Social Media Profile Links. These linked icons will be displayed in footer.', 'urdupress' ),
		'panel'       => 'socialmedia_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'socialsharing_section',
	[
		'title'       => esc_html__( 'Sharing Settings', 'urdupress' ),
		'description' => esc_html__( 'Manage Sharing & Social Media Button Settings', 'urdupress' ),
		'panel'       => 'socialmedia_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'videos_page_settings',
	[
		'title'       => esc_html__( 'Videos Page', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'videos_panel',
		'priority'    => 160,
	]
);
new \Kirki\Section(
	'videos_single_settings',
	[
		'title'       => esc_html__( 'Single Video', 'urdupress' ),
		'description' => esc_html__( '', 'urdupress' ),
		'panel'       => 'videos_panel',
		'priority'    => 160,
	]
);