Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created March 19, 2013 15:40
Show Gist options
  • Save braddalton/5197143 to your computer and use it in GitHub Desktop.
Save braddalton/5197143 to your computer and use it in GitHub Desktop.
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