Created
September 24, 2014 16:26
-
-
Save anonymous/8aed22caf975b6e651c5 to your computer and use it in GitHub Desktop.
Reposition breadcrumb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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