Last active
November 25, 2015 17:20
-
-
Save duroe5698/bd01c768c9e175f1b3a2 to your computer and use it in GitHub Desktop.
Add Custom Header Support 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
| <?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