Skip to content

Instantly share code, notes, and snippets.

@deeman
Created July 10, 2019 09: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 deeman/d8827788a67027dd383cc7b8dd77cefb to your computer and use it in GitHub Desktop.
Save deeman/d8827788a67027dd383cc7b8dd77cefb to your computer and use it in GitHub Desktop.
Genesis Framework: Breadcrumb reposition
//Breadcrumb reposition before content sidebar wrap
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_breadcrumbs' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment