Skip to content

Instantly share code, notes, and snippets.

@duroe5698
Last active November 25, 2015 17:20
Show Gist options
  • Save duroe5698/bd01c768c9e175f1b3a2 to your computer and use it in GitHub Desktop.
Save duroe5698/bd01c768c9e175f1b3a2 to your computer and use it in GitHub Desktop.
Add Custom Header Support WordPress Genesis
<?php
add_theme_support( 'custom-header', array(
'header-selector' => '.site-title a',
'header-text' => false,
'height' => 157,
'width' => 1200,
) );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment