Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 12, 2015 03:08
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 reasonstousegenesis/4d63f2e8b732181a1281 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/4d63f2e8b732181a1281 to your computer and use it in GitHub Desktop.
Reposition the breadcrumbs with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Reposition the breadcrumbs with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/breadcrumbs/
*/
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
add_action( 'another_hook', 'genesis_do_breadcrumbs' ); // replace another_hook with your desired hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment