Skip to content

Instantly share code, notes, and snippets.

@davechu
Last active August 29, 2015 13:57
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 davechu/9569984 to your computer and use it in GitHub Desktop.
Save davechu/9569984 to your computer and use it in GitHub Desktop.
// This will be in your child theme's functions.php.
// Change the figures below to match your header image size.
add_theme_support( 'genesis-custom-header', array(
'width' => 100,
'height' => 100
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment