Logo WP
<?php add_theme_support( 'custom-logo', array( 'width' => 250, 'height' => 90, 'flex-height' => true, 'flex-width' => true, 'header-text' => array( 'site-title', 'site-description' ), ) ); the_custom_logo(); ?>