Created
March 21, 2013 07:32
-
-
Save braddalton/5211291 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_after_header', 'display_after_header_image'); | |
function display_after_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