Skip to content

Instantly share code, notes, and snippets.

@KFleeger
Created March 1, 2016 02:10
Show Gist options
  • Save KFleeger/e972e80677f8c60c3448 to your computer and use it in GitHub Desktop.
Save KFleeger/e972e80677f8c60c3448 to your computer and use it in GitHub Desktop.
Custom Flexible Header for WordPress Genesis
//* 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