Skip to content

Instantly share code, notes, and snippets.

Created September 24, 2014 16:26
Show Gist options
  • Save anonymous/8aed22caf975b6e651c5 to your computer and use it in GitHub Desktop.
Save anonymous/8aed22caf975b6e651c5 to your computer and use it in GitHub Desktop.
Reposition breadcrumb
<?php
//* Reposition breadcrumb
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