Created
March 19, 2013 15:40
-
-
Save braddalton/5197143 to your computer and use it in GitHub Desktop.
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
add_action('genesis_header', 'display_header_image'); | |
function display_header_image(){ | |
echo '<div class="header-image"><img src="http://yourdomain.com/images/header.png" alt="header logo" /></div>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment