Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Created April 8, 2015 11: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 craigsimps/749293b05a5c5dfa31a3 to your computer and use it in GitHub Desktop.
Save craigsimps/749293b05a5c5dfa31a3 to your computer and use it in GitHub Desktop.
Reposition Genesis Framework breadcrumbs.
// Move breadcrumbs
remove_action('genesis_before_loop', 'genesis_do_breadcrumbs');
add_action('genesis_before_content', 'genesis_do_breadcrumbs');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment