Created
March 1, 2016 02:10
-
-
Save KFleeger/e972e80677f8c60c3448 to your computer and use it in GitHub Desktop.
Custom Flexible Header for WordPress Genesis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Add support for custom flexible header | |
add_theme_support( 'custom-header', array( | |
'flex-width' => true, | |
'width' => 260, | |
'flex-height' => true, | |
'height' => 100, | |
'header-selector' => '.site-title a', | |
'header-text' => false | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment