Created
July 21, 2015 17:36
-
-
Save opincus/da06682ba22f80f618a8 to your computer and use it in GitHub Desktop.
LearnDash Breadcrumbs with uncannyowl.com plugin and Genesis
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
//* LearnDash Breadcrumbs with uncannyowl.com plugin and Genesis | |
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' ); | |
add_action( 'genesis_before_loop', 'xll_learndash_breadcrumbs' ); | |
function xll_learndash_breadcrumbs() { | |
echo do_shortcode('[sfwd-breadcrumbs]'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment