__( 'Primary Menu', 'hamza-lite' ), ) ); // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'hamza_lite_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); add_theme_support( 'custom-logo' , array( 'header-text' => array( 'site-title', 'site-description' ), )); add_theme_support( 'title-tag' ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); } endif; // hamza_lite_setup add_action( 'after_setup_theme', 'hamza_lite_setup' ); /** * Implement the Theme Option feature. */ require get_template_directory() . '/inc/hamza-lite-custom-header.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/hamza-lite-template-tags.php'; /** * Custom functions that act independently of the theme templates. */ require get_template_directory() . '/inc/hamza-lite-custom-functions.php'; /** * Implement the custom metabox feature */ require get_template_directory() . '/inc/hamza-lite-custom-metabox.php'; /** * Implement the custom widgets */ require get_template_directory() . '/inc/hamza-lite-widgets.php'; /** * Load Jetpack compatibility file. */ require get_template_directory() . '/inc/jetpack.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/hamza-lite-customizer.php'; /** * Customizer post listing */ require get_template_directory() . '/inc/about-theme.php';