Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 15, 2015 02:29
Show Gist options
  • Save braddalton/5188090 to your computer and use it in GitHub Desktop.
Save braddalton/5188090 to your computer and use it in GitHub Desktop.
function header_text_genesis() {
echo '<div class="header-text">Add Text</div>';
};
add_action('genesis_header_right', 'header_text_genesis');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment