'f5f5f5', ) ) ); add_theme_support( 'custom-logo' ); add_theme_support( 'custom-logo', array( 'height' => 256, 'width' => 256, 'flex-height' => true, 'flex-width' => true, 'header-text' => array( 'site-title', 'site-description' ), ) ); /** * Sets up theme defaults and registers the various WordPress features that * this theme supports. */ function blank_custom_logo() { if ( function_exists( 'the_custom_logo' ) ) { the_custom_logo(); } } } endif; // end function_exists blank_setup. add_action( 'after_setup_theme', 'blank_setup' ); add_action( 'customize_register', function( $wp_customize ) { $wp_customize->remove_section( 'static_front_page' ); } );