Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heyitsritesh/fc16a91e8a096aa432d0a6d6bc400614 to your computer and use it in GitHub Desktop.
Save heyitsritesh/fc16a91e8a096aa432d0a6d6bc400614 to your computer and use it in GitHub Desktop.
Execute Shortcode in Genesis Breadcrumbs
/* Execute shortcodes in Genesis Breadcrumbs */
add_filter( 'genesis_single_crumb', 'do_shortcode' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment