Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created July 19, 2017 01:20
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/fd29bfe3c7b58a25187e8a2d244d8c04 to your computer and use it in GitHub Desktop.
Save braddalton/fd29bfe3c7b58a25187e8a2d244d8c04 to your computer and use it in GitHub Desktop.
Reposition Breadcrumbs Genesis
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
add_action( 'genesis_entry_header', 'genesis_do_breadcrumbs' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment