Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created March 21, 2013 07:32
Show Gist options
  • Save braddalton/5211291 to your computer and use it in GitHub Desktop.
Save braddalton/5211291 to your computer and use it in GitHub Desktop.
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