Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 12, 2015 03:26
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/f9c854e94dd2137a7472 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/f9c854e94dd2137a7472 to your computer and use it in GitHub Desktop.
Pop the breadcrumbs out of the content column
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Pop the breadcrumbs out of the content column
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/breadcrumbs/
*/
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