Skip to content

Instantly share code, notes, and snippets.

@opincus
Created July 21, 2015 17:36
Show Gist options
  • Save opincus/da06682ba22f80f618a8 to your computer and use it in GitHub Desktop.
Save opincus/da06682ba22f80f618a8 to your computer and use it in GitHub Desktop.
LearnDash Breadcrumbs with uncannyowl.com plugin and Genesis
//* 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