Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created June 18, 2014 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/3f0a9944d3044875af3c to your computer and use it in GitHub Desktop.
Save braddalton/3f0a9944d3044875af3c to your computer and use it in GitHub Desktop.
//* Add support for custom header
add_theme_support( 'custom-header', array(
'width' => 320,
'height' => 60,
'header-selector' => '.site-title a',
'header-text' => true
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment