Skip to content

Instantly share code, notes, and snippets.

@damiencarbery
Created September 3, 2019 08:12
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 damiencarbery/074251ea2d6f07377b26619c68ebb7a8 to your computer and use it in GitHub Desktop.
Save damiencarbery/074251ea2d6f07377b26619c68ebb7a8 to your computer and use it in GitHub Desktop.
A top bar in Genesis
// Add notice at top of page.
add_action( 'genesis_header', 'am_returns_notice', 7 );
function am_returns_notice() {
?>
<div class="tagline">This is the top bar</div>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment