Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 16, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/5408489 to your computer and use it in GitHub Desktop.
Save braddalton/5408489 to your computer and use it in GitHub Desktop.
function styzer_header_right_content () {
echo '<div class="header-right">Add your content box, call to action, text and/or HTML links</div>';
};
add_action('genesis_header_right', 'styzer_header_right_content', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment