Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created May 14, 2013 17:26
Show Gist options
  • Save JiveDig/5577802 to your computer and use it in GitHub Desktop.
Save JiveDig/5577802 to your computer and use it in GitHub Desktop.
// Reposition the breadcrumbs
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
add_action( 'genesis_after_header', 'genesis_do_breadcrumbs' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment