Created
April 8, 2015 11:20
-
-
Save craigsimps/749293b05a5c5dfa31a3 to your computer and use it in GitHub Desktop.
Reposition Genesis Framework breadcrumbs.
This file contains 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
// Move breadcrumbs | |
remove_action('genesis_before_loop', 'genesis_do_breadcrumbs'); | |
add_action('genesis_before_content', 'genesis_do_breadcrumbs'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment